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