diff options
Diffstat (limited to 'node_modules/core-js/modules/$.strict-new.js')
-rw-r--r-- | node_modules/core-js/modules/$.strict-new.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/node_modules/core-js/modules/$.strict-new.js b/node_modules/core-js/modules/$.strict-new.js deleted file mode 100644 index 8bab9ed15..000000000 --- a/node_modules/core-js/modules/$.strict-new.js +++ /dev/null @@ -1,4 +0,0 @@ -module.exports = function(it, Constructor, name){ - if(!(it instanceof Constructor))throw TypeError(name + ": use the 'new' operator!"); - return it; -};
\ No newline at end of file |