persian-ts
Version:
Variety of Persian tools, all gathered in one place
10 lines (9 loc) • 401 B
TypeScript
export declare const arabicNumbers: string[];
export declare const persianNumbers: string[];
export declare const englishNumbers: string[];
export declare const arabicChars: string[];
export declare const persianChars: string[];
export declare const persianChar: string[];
export declare const englishChar: string[];
export declare const pattern: RegExp;
export declare const replacedPattern: RegExp;