aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/dargs.js
diff options
context:
space:
mode:
authorCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 16:07:05 +0100
committerCyril Sobierajewicz <cyril.sobierajewicz@fretlink.com>2018-12-03 16:07:05 +0100
commitd3f40b6f0b0f507308f8dfd91e9cf6d4745dbce8 (patch)
treed2239387b964c107986f0b5b92ed5bd2e0d0a673 /lib/dargs.js
parent5c2f4e966ffec127ec561431187886c9053b01b9 (diff)
downloadpurs-loader-d3f40b6f0b0f507308f8dfd91e9cf6d4745dbce8.tar.gz
purs-loader-d3f40b6f0b0f507308f8dfd91e9cf6d4745dbce8.tar.zst
purs-loader-d3f40b6f0b0f507308f8dfd91e9cf6d4745dbce8.zip
Build v3.3.1
Diffstat (limited to 'lib/dargs.js')
-rw-r--r--lib/dargs.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/dargs.js b/lib/dargs.js
new file mode 100644
index 0000000..191ab44
--- /dev/null
+++ b/lib/dargs.js
@@ -0,0 +1,7 @@
1'use strict';
2
3var dargs = require('dargs');
4
5module.exports = function (obj) {
6 return dargs(obj, { ignoreFalse: true });
7}; \ No newline at end of file