UNPKG

ts-money

Version:

Typescript port of js-money. Implementation of the Money value object.

3 lines (2 loc) 98 B
import { Currency } from './currency'; export declare const Currencies: Record<string, Currency>;