UNPKG

@typed/io

Version:

Runtime IO type system

7 lines 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Function = void 0; const G = require("../guard"); const Decoder_1 = require("./Decoder"); exports.Function = Decoder_1.Decoder.fromGuard(G.Function, 'Function'); //# sourceMappingURL=Function.js.map