UNPKG

@typed/io

Version:

Runtime IO type system

8 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.union = void 0; const logic_1 = require("@typed/logic"); exports.union = (guards) => ({ is: (u) => logic_1.any((g) => g.is(u), guards), }); //# sourceMappingURL=Union.js.map