UNPKG

@typed/effects

Version:

Generator-powered Effect management

5 lines 195 B
import { withEnv } from '@typed/env'; import { id } from '@typed/lambda'; import { Effect } from '../Effect'; export const get = () => Effect.fromEnv(withEnv(id)); //# sourceMappingURL=get.js.map