UNPKG

@typed/io

Version:

Runtime IO type system

7 lines 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.intersection = void 0; exports.intersection = (guards) => ({ is: (r) => guards.every((g) => g.is(r)), }); //# sourceMappingURL=Intersection.js.map