UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 206 B
import * as G from '../guard'; import { Type } from './Type'; // tslint:disable-next-line:variable-name export const Number = Type.fromGuard(G.Number, 'Number', 'number'); //# sourceMappingURL=Number.js.map