UNPKG

shortstop-regex

Version:

shortstop handler to support regular expressions

8 lines (6 loc) 124 B
'use strict'; module.exports = function (flags) { return function (regex) { return new RegExp(regex, flags); }; };