UNPKG

@typed/io

Version:

Runtime IO type system

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