Skip to content

@epikodelabs/actionstack


@epikodelabs/actionstack / GetState

Type Alias: GetState()<TState>

GetState<TState> = () => TState

Defined in: types.ts:44

Getter function for the current store state.

Type Parameters

TState

TState = any

The store state shape.

Returns

TState

Released under the MIT License.