regexr
Version:
For composing regular expressions.
6 lines • 333 B
TypeScript
export declare function regexr<T extends TemplateStringsArray>(literals: T, ...substitutions: any[]): RegExp;
export declare const r: typeof regexr;
export declare const escape: (string: string) => string;
export declare const e: (string: string) => string;
export declare const version = "2.0.4";
//# sourceMappingURL=index.d.ts.map