UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 171 B
import * as G from '../guard'; import { Decoder } from './Decoder'; export const Function = Decoder.fromGuard(G.Function, 'Function'); //# sourceMappingURL=Function.js.map