import { Env, withEnv } from '@typed/env' import { id } from '@typed/lambda' import { Effect } from '../Effect' export const get = (): Effect, A> => Effect.fromEnv(withEnv(id))