UNPKG

@typed/io

Version:

Runtime IO type system

9 lines 405 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Void = exports.Undefined = void 0; const G = require("../guard"); const Decoder_1 = require("./Decoder"); // tslint:disable-next-line:variable-name exports.Undefined = Decoder_1.Decoder.fromGuard(G.Undefined, 'undefined'); exports.Void = Decoder_1.Decoder.fromGuard(G.Void, 'void'); //# sourceMappingURL=Undefined.js.map