init
This commit is contained in:
@@ -29,4 +29,5 @@ export class State<T> {
|
||||
}
|
||||
}
|
||||
|
||||
type SubscribeCallback<T> = (value: T) => any
|
||||
type SubscribeCallback<T> = (value: T) => any
|
||||
export type ValuesOfStateArray<T extends State<any>[]> = { [K in keyof T]: T[K] extends State<infer V> ? V : never };
|
||||
Reference in New Issue
Block a user