UNPKG

@putout/operator-regexp

Version:

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

10 lines (7 loc) 190 B
'use strict'; const isSimpleRegExp = require('./is-simple-regexp'); const {transformRegExp} = require('./transform-regexp'); module.exports = { isSimpleRegExp, transformRegExp, };