@v4fire/core
Version:
V4Fire core library
12 lines (11 loc) • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.testCache = exports.isGlobal = exports.escapeRgxp = void 0;
const isGlobal = /g/,
escapeRgxp = /([\\/'*+?|()[\]{}.^$-])/g;
exports.escapeRgxp = escapeRgxp;
exports.isGlobal = isGlobal;
const testCache = Object.createDict();
exports.testCache = testCache;