diff options
Diffstat (limited to 'node_modules/async/internal/notId.js')
-rw-r--r-- | node_modules/async/internal/notId.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/async/internal/notId.js b/node_modules/async/internal/notId.js new file mode 100644 index 000000000..e0b471d47 --- /dev/null +++ b/node_modules/async/internal/notId.js @@ -0,0 +1,10 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.default = notId; +function notId(v) { + return !v; +} +module.exports = exports['default'];
\ No newline at end of file |