UNPKG

ts-money

Version:

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

10 lines (9 loc) 188 B
export interface Currency { symbol: string; name: string; symbol_native: string; decimal_digits: number; rounding: number; code: string; name_plural: string; }