UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 119 B
import type { Currency } from '../../../types'; /** * Nepalese rupee. */ export declare const NPR: Currency<number>;