@typed/io
Version:
Runtime IO type system
9 lines • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Void = exports.Undefined = void 0;
const logic_1 = require("@typed/logic");
const Guard_1 = require("./Guard");
// tslint:disable-next-line:variable-name
exports.Undefined = Guard_1.Guard.is(logic_1.isUndefined);
exports.Void = Guard_1.Guard.is(logic_1.isUndefined);
//# sourceMappingURL=Undefined.js.map