UNPKG

@qelos/assets

Version:

manage assets like images and static files on remote servers

10 lines (7 loc) 224 B
var isRegExp = require('../internals/is-regexp'); var $TypeError = TypeError; module.exports = function (it) { if (isRegExp(it)) { throw $TypeError("The method doesn't accept regular expressions"); } return it; };