memory-state
Version:
The MemoryState library provides a simple in-memory state management solution for JavaScript applications. It allows you to store and manage state data within the memory of your application.
19 lines (18 loc) • 344 B
JSON
{
"name": "memory-state",
"version": "1.1.15",
"description": "",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"memory",
"state",
"storage",
"react-state-management"
],
"author": "eltoncosta",
"license": "ISC"
}