UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 118 B
import type { Currency } from '../../../types'; /** * Polish złoty. */ export declare const PLN: Currency<number>;