We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c84ed5 commit c9d1864Copy full SHA for c9d1864
packages/utils/src/createKeyedSignal.ts
@@ -22,7 +22,7 @@ export function createKeyedSignal<T>(): [
22
*/
23
export function createKeyedSignal<T, K, A extends any[]>(
24
keySelector: (signal: T) => K,
25
-): [(key: K) => GroupedObservable<K, T>, (key: K) => void]
+): [(key: K) => GroupedObservable<K, T>, (signal: T) => void]
26
27
/**
28
* Creates a "keyed" signal. It's sugar for splitting the Observer and the Observable of a keyed signal.
0 commit comments