UNPKG

rupees-ts

Version:

Convert number to Indian Rupees format, but faster & fully typed.

4 lines 123 B
//#region src/index.d.ts declare function convert(input: number | string): string | false; //#endregion export { convert };