UNPKG

tcomb-additional-types

Version:
5 lines (4 loc) 143 B
import { Decimal } from './decimal'; import { Float } from './float'; import { Integer } from './integer'; export { Decimal, Float, Integer };