You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[fp-ts's `Either`](https://gcanti.github.io/fp-ts/modules/Either.ts.html)|`ReadonlyError` (and friends) |||[`Error` and friends](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects#error_objects)|
57
57
||`ReadonlyRegExp`|||`RegExp`|
58
-
|[fp-ts's `TaskEither`](https://gcanti.github.io/fp-ts/modules/TaskEither.ts.html), and eventually [Effect](https://www.effect.website/docs/what-is-effect)|`ReadonlyPromise`|`Promise`|||
58
+
|[fp-ts's `TaskEither`](https://gcanti.github.io/fp-ts/modules/TaskEither.ts.html), and eventually [Effect](https://github.com/Effect-TS/effect)|`ReadonlyPromise`|`Promise`|||
59
59
||`DeepImmutable`|||[`DeepReadonly` from ts-essentials](https://github.com/ts-essentials/ts-essentials/blob/master/lib/types.ts#L156-L181), which when used will produce a mix of `Mutable` and `ReadonlyDeep` types |
0 commit comments