UNPKG

@putout/operator-regexp

Version:

🐊Putout operator adds ability to check if provided regexp can be converted to string without losing it's sense

4 lines (3 loc) 174 B
export {isSimpleRegExp} from './is-simple-regexp.js'; export {transformRegExp} from './transform-regexp.js'; export {getStringFromRegExp} from './get-string-from-regexp.js';