UNPKG

money-ts

Version:

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

4 lines (3 loc) 136 B
import * as t from 'io-ts'; import * as BI from 'big-integer'; export declare const BigInteger: t.Type<BI.BigInteger, string, t.mixed>;