UNPKG

the-moby-effect

Version:
4 lines 235 B
import * as Predicate from "effect/Predicate"; /** @internal */ export const compressDemuxOutput = data => Predicate.isUndefined(data[0]) && Predicate.isUndefined(data[1]) ? void undefined : data; //# sourceMappingURL=compressed.js.map