Current Path : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/ |
Current File : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/validate-arguments-length.js |
'use strict'; var $TypeError = TypeError; module.exports = function (passed, required) { if (passed < required) throw new $TypeError('Not enough arguments'); return passed; };