UNPKG

@dinero.js/currencies

Version:

Common currency implementations for Dinero.js

6 lines (5 loc) 120 B
import type { Currency } from '../../../types'; /** * Somali shilling. */ export declare const SOS: Currency<number>;