Current Path : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/ |
Current File : /home/infinitibizsol/.trash/node_modules.2/core-js/internals/get-alphabet-option.js |
'use strict'; var $TypeError = TypeError; module.exports = function (options) { var alphabet = options && options.alphabet; if (alphabet === undefined || alphabet === 'base64' || alphabet === 'base64url') return alphabet || 'base64'; throw new $TypeError('Incorrect `alphabet` option'); };