UNPKG

@epicallan/money-ts

Version:

TypeScript library for type-safe and lossless encoding and manipulation of world currencies and precious metals

6 lines (5 loc) 190 B
export interface Scale { } export declare const scale: Scale; export declare type Dimensions = keyof Scale; export declare type Units<Dimension extends Dimensions> = keyof Scale[Dimension];