@nexim/action-state
v1.0.6
Published
A utility function to execute state-specific actions with TypeScript type safety.
Maintainers
Readme
@nexim/action-state
Overview
@nexim/action-state provides a type-safe utility for executing state-specific actions in TypeScript applications. It helps manage state-dependent behaviors in a clean and maintainable way.
Installation
Install the package using npm or yarn:
npm install @nexim/action-state
# Or using yarn
yarn add @nexim/action-stateDocumentation
Read full documentation here.
