()
| 1939 | * @category environment |
| 1940 | */ |
| 1941 | export const context = <R>(): Micro<Context.Context<R>> => getContext as any |
| 1942 | const getContext = withMicroFiber((fiber) => succeed(fiber.context)) |
| 1943 | |
| 1944 | /** |
no outgoing calls
no test coverage detected
searching dependent graphs…