anystatejs
Version:
javascript state handler
29 lines (28 loc) • 534 B
JSON
{
"name": "anystatejs",
"version": "1.0.2",
"description": "javascript state handler",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "julian collinson",
"repository": {
"type": "git",
"url": "https://github.com/juliancollinson2/AnyStateJs.git"
},
"license": "ISC",
"dependencies": {
"rxjs": "^7.2.0"
},
"files": [
"/dist"
],
"keywords": [
"javascript",
"js",
"observables",
"rx",
"rx-js",
"state",
"typescript"
]
}