UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 127 B
import type { Currency } from '../../../types'; /** * Cuban convertible peso. */ export declare const CUC: Currency<number>;