@rolster/reactive-store
v2.0.0
Published
Library that allows you to manage the status of applications.
Downloads
52
Maintainers
Readme
Rolster Reactive Store
Library that allows you to manage the status of applications.
Installation
npm i @rolster/reactive-store
Configuration
You must install the @rolster/types
to define package data types, which are configured by adding them to the files
property of the tsconfig.json
file.
{
"files": ["node_modules/@rolster/types/index.d.ts"]
}
Contributing
- Daniel Andrés Castillo Pedroza :rocket: