diff options
Diffstat (limited to 'src/node_modules/es-abstract/2018/IsCallable.js')
-rw-r--r-- | src/node_modules/es-abstract/2018/IsCallable.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/node_modules/es-abstract/2018/IsCallable.js b/src/node_modules/es-abstract/2018/IsCallable.js new file mode 100644 index 0000000..e4bfa36 --- /dev/null +++ b/src/node_modules/es-abstract/2018/IsCallable.js @@ -0,0 +1,5 @@ +'use strict'; + +// http://www.ecma-international.org/ecma-262/5.1/#sec-9.11 + +module.exports = require('is-callable'); |