UNPKG

shoetest

Version:

Powerful string matching insensitive to diacritics, special characters, symbols and case

14 lines (11 loc) 229 B
declare module 'randexp' { interface RandExpRange { add(from: number, to: number): void; } class RandExp { constructor(regexp: RegExp); defaultRange: RandExpRange; gen(): string; } export = RandExp; }