UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

7 lines (5 loc) 176 B
require('../../modules/es.regexp.exec'); require('../../modules/es.regexp.test'); module.exports = function (re, string) { return RegExp.prototype.test.call(re, string); };