UNPKG

@typed/io

Version:

Runtime IO type system

5 lines (3 loc) 152 B
import * as G from '../guard' import { Decoder } from './Decoder' export const Function: Decoder<Function> = Decoder.fromGuard(G.Function, 'Function')