UNPKG

@typed/io

Version:

Runtime IO type system

4 lines 132 B
export const intersection = (guards) => ({ is: (r) => guards.every((g) => g.is(r)), }); //# sourceMappingURL=Intersection.js.map