UNPKG

@putout/operator-regexp

Version:

putout operator adds ability to check if provided regexp can be converted to string without loosing it's sense

9 lines (5 loc) 113 B
'use strict'; const isSimpleRegExp = require('./is-simple-regexp'); module.exports = { isSimpleRegExp, };