UNPKG

@typed/future

Version:
8 lines 274 B
import { unpack } from '@typed/either'; import { runPure } from '@typed/env'; import { curry } from '@typed/lambda'; export const fork = curry(__fork); function __fork(left, right, future) { return runPure(unpack(left, right), future); } //# sourceMappingURL=fork.js.map