UNPKG

money-ts

Version:

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

4 lines (3 loc) 210 B
import { Type, mixed } from 'io-ts'; import { NonZeroRational as NonZeroRationalNewtype } from '../NonZeroRational'; export declare const NonZeroRational: Type<NonZeroRationalNewtype, [string, string], mixed>;