UNPKG

@typed/io

Version:

Runtime IO type system

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