diff options
Diffstat (limited to 'school/node_modules/has/src/index.js')
-rw-r--r-- | school/node_modules/has/src/index.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/school/node_modules/has/src/index.js b/school/node_modules/has/src/index.js new file mode 100644 index 0000000..dd92dd9 --- /dev/null +++ b/school/node_modules/has/src/index.js @@ -0,0 +1,5 @@ +'use strict'; + +var bind = require('function-bind'); + +module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty); |