UNPKG

core-js

Version:
9 lines (7 loc) 292 B
'use strict'; var $TypeError = TypeError; module.exports = function (options) { var mode = options && options.mode; if (mode === undefined || mode === 'shortest' || mode === 'longest' || mode === 'strict') return mode || 'shortest'; throw new $TypeError('Incorrect `mode` option'); };