UNPKG

@typed/effects

Version:

Generator-powered Effect management

4 lines 98 B
export function* map(fn, effect) { return fn(yield* effect); } //# sourceMappingURL=map.js.map