0.2.1 + 2.0.0-beta.0 #6

Merged
Thilawyn merged 20 commits from next into master 2026-06-22 01:35:08 +02:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit fdb2bbfd00 - Show all commits
+4
View File
@@ -120,6 +120,10 @@ export const asLensImpl = <A, ER, EW, RR, RW>(
return lens as LensImpl<A, ER, EW, RR, RW>
}
export const asSubscribable = <A, ER, EW, RR, RW>(
lens: Lens<A, ER, EW, RR, RW>
): Subscribable.Subscribable<A, ER, RR> => lens
export declare namespace LensLazyImpl {
export interface Source<in out A, in out ER = never, in out EW = never, in out RR = never, in out RW = never> {
+4
View File
@@ -83,6 +83,10 @@ export const asLensImpl = <A, ER, EW, RR, RW>(
return lens as LensImpl<A, ER, EW, RR, RW>
}
export const asSubscribable = <A, ER, EW, RR, RW>(
lens: Lens<A, ER, EW, RR, RW>
): Subscribable.Subscribable<A, ER, RR> => lens
export declare namespace LensLazyImpl {
export interface Source<in out A, in out ER = never, in out EW = never, in out RR = never, in out RW = never> {