UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 121 B
import type { Currency } from '../../../types'; /** * Hong Kong dollar. */ export declare const HKD: Currency<number>;