UNPKG

@ces/observable-state

Version:

A type of Observable that holds state that can be consumed synchronically / imperatively.

40 lines (39 loc) 924 B
{ "name": "@ces/observable-state", "version": "1.0.0", "description": "A type of Observable that holds state that can be consumed synchronically / imperatively.", "main": "lib/observable-state.js", "types": "lib/observable-state.d.ts", "scripts": { "build": "rm -rf ./lib && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/cesarbrie/observable-state.git" }, "author": "César Miguel Brie", "license": "UNLICENSED", "bugs": { "url": "https://github.com/cesarbrie/observable-state/issues" }, "homepage": "https://github.com/cesarbrie/observable-state#readme", "devDependencies": { "typescript": "^3.7.5" }, "peerDependencies": { "rxjs": ">=6" }, "files": [ "lib/**/*" ], "keywords": [ "ReactiveX", "rxjs", "Observable", "BehaviorSubject", "Subscription management" ], "dependencies": { "rxjs": ">=6" } }