1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | function stripFormats(text, delimiter = "§") {
|
4 | return text.replace(new RegExp(`\\${delimiter}([a-f]|[k-o]|[0-9]|r)`, "gm"), "");
|
5 | }
|
6 | exports.default = stripFormats;
|
7 | //# sourceMappingURL=stripFormats.js.map |
\ | No newline at end of file |