UNPKG

core-js

Version:
8 lines (6 loc) 194 B
var isRegExp = require('../internals/is-regexp'); module.exports = function (it) { if (isRegExp(it)) { throw TypeError("The method doesn't accept regular expressions"); } return it; };