var e, p;
functiont() {
return p || (p = 1, e = (r) => {
if (typeof r != "string")
thrownewTypeError("Expected a string");
return r.replace(/[|\\{}()[\]^$+*?.]/g, "\\$&").replace(/-/g, "\\x2d");
}), e;
}
export {
t as __require
};
//# sourceMappingURL=index.es629.js.map