UNPKG

@v4fire/core

Version:
8 lines (7 loc) 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normalizeRgxp = void 0; const normalizeRgxp = /"|(\s+)|[{}|\\^~[\]`"<>#%]/g; exports.normalizeRgxp = normalizeRgxp;