Skip to content

@purista/core v2.0.5


PURISTA API / @purista/core / StateDeleteFunction

Type Alias: StateDeleteFunction()

StateDeleteFunction: (stateName) => Promise<void>

Defined in: packages/core/src/core/StateStore/types/StateDeleteFunction.ts:2

delete a state value from the state store

Parameters

stateName

string

Returns

Promise<void>