NPR currency formatting (lakh/crore grouping), Devanagari numerals, amount-in-words for invoices, phone carrier detection & validators, all 77 districts by province, and a land-area converter (ropani-aana-paisa ↔ bigha-kattha-dhur ↔ m²/ft²).
Install
$ npm install @lacspace/nepali-utils
Quick example
@lacspace/nepali-utilsts
formatNPR(1234567.5)
Returns Rs. 12,34,567.50
Tips
Zero-dependency and isomorphic — safe to import on the server, in the browser, on the edge and in React Native. It tree-shakes, so you only ship what you import.
Looking for the complete API and more examples? The npm page and GitHub README carry the full reference — or grab the PDF.