Your IP : 216.73.216.86


Current Path : /home/emeraadmin/www/node_modules/core-js-pure/internals/
Upload File :
Current File : /home/emeraadmin/www/node_modules/core-js-pure/internals/a-string.js

'use strict';
var $TypeError = TypeError;

module.exports = function (argument) {
  if (typeof argument == 'string') return argument;
  throw new $TypeError('Argument is not a string');
};