UNPKG

number-to-word-persian

Version:
6 lines (5 loc) 183 B
interface NuToWOptions { convertDigits?: boolean; } export declare const numberToWordFa: (input: string | number | null | undefined, options?: NuToWOptions) => string; export {};