UNPKG

@typed/io

Version:

Runtime IO type system

8 lines 331 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Undefined = void 0; const G = require("../guard"); const Type_1 = require("./Type"); // tslint:disable-next-line:variable-name exports.Undefined = Type_1.Type.fromGuard(G.Undefined, `Undefined`, `undefined`); //# sourceMappingURL=Undefined.js.map