Initial Save
This commit is contained in:
7
node_modules/core-js-pure/internals/a-string.js
generated
vendored
Normal file
7
node_modules/core-js-pure/internals/a-string.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
var $TypeError = TypeError;
|
||||
|
||||
module.exports = function (argument) {
|
||||
if (typeof argument == 'string') return argument;
|
||||
throw new $TypeError('Argument is not a string');
|
||||
};
|
||||
Reference in New Issue
Block a user