summaryrefslogtreecommitdiff
path: root/build/internal/notId.js
diff options
context:
space:
mode:
Diffstat (limited to 'build/internal/notId.js')
-rw-r--r--build/internal/notId.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/build/internal/notId.js b/build/internal/notId.js
deleted file mode 100644
index 432ab12..0000000
--- a/build/internal/notId.js
+++ /dev/null
@@ -1,10 +0,0 @@
-'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