UNPKG

@typed/io

Version:

Runtime IO type system

6 lines (4 loc) 169 B
import * as G from '../guard' import { Decoder } from './Decoder' // tslint:disable-next-line:variable-name export const Number = Decoder.fromGuard(G.Number, `number`)