UNPKG

nepali-number-system

Version:

Convert numbers to Nepali words representation, A TypeScript library to convert numbers into Nepali words, supporting both Nepali and English outputs

6 lines (5 loc) 181 B
export declare const useNepaliNumberSystem: () => { convert: (num: number | string, local?: "np" | "en") => string; result: string; }; export default useNepaliNumberSystem;