UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

6 lines 197 B
import * as H from "../../../../Hub/index.mjs"; import * as ToQueue from "./toQueue.mjs"; export function toHub(hub) { return ToQueue.toQueue(H.toQueue(hub)); } //# sourceMappingURL=toHub.mjs.map