(effect: Parameters<typeof rt.runSync>[0])
| 114 | /** Services provided by AppRuntime — i.e. what an Effect run via AppRuntime.runPromise can yield. */ |
| 115 | export type AppServices = ManagedRuntime.ManagedRuntime.Services<typeof rt> |
| 116 | const wrap = (effect: Parameters<typeof rt.runSync>[0]) => attach(effect as never) as never |
| 117 | |
| 118 | export const AppRuntime: Runtime = { |
| 119 | runSync(effect) { |
no test coverage detected