diff options
Diffstat (limited to 'includes/external/school/node_modules/lodash/_Set.js')
-rw-r--r-- | includes/external/school/node_modules/lodash/_Set.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/external/school/node_modules/lodash/_Set.js b/includes/external/school/node_modules/lodash/_Set.js deleted file mode 100644 index b3c8dcb..0000000 --- a/includes/external/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; |