Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/Models/PatternRegExp.js
export class PatternRegExp extends RegExp {
constructor(pattern) {
super(pattern);
}
toJSON() {
return this.toString();
}
}
//# sourceMappingURL=PatternRegExp.js.map