UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 123 B
import type { Currency } from '../../../types'; /** * Israeli new shekel. */ export declare const ILS: Currency<number>;