UNPKG

@typed/io

Version:

Runtime IO type system

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