diff options
Diffstat (limited to 'school/node_modules/lodash/_Set.js')
-rw-r--r-- | school/node_modules/lodash/_Set.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/school/node_modules/lodash/_Set.js b/school/node_modules/lodash/_Set.js deleted file mode 100644 index b3c8dcb..0000000 --- a/school/node_modules/lodash/_Set.js +++ /dev/null @@ -1,7 +0,0 @@ -var getNative = require('./_getNative'), - root = require('./_root'); - -/* Built-in method references that are verified to be native. */ -var Set = getNative(root, 'Set'); - -module.exports = Set; |