Skip to content

@epikodelabs/actionstack


@epikodelabs/actionstack / Streams

Type Alias: Streams<S>

Streams<S> = { [K in keyof S]: () => Stream<ReturnType<S[K]>> }

Defined in: types.ts:320

Maps selector definitions to stream factory functions.

Type Parameters

S

S extends Record<string, (state) => any>

Released under the MIT License.