UNPKG

@typed/io

Version:

Runtime IO type system

5 lines 153 B
import { any } from '@typed/logic'; export const union = (guards) => ({ is: (u) => any((g) => g.is(u), guards), }); //# sourceMappingURL=Union.js.map