UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 116 B
import type { Currency } from '../../../types'; /** * Swiss franc. */ export declare const CHF: Currency<number>;