UNPKG

@ces/sync

Version:

A function that gets values synchronically from observables that emit synchronically.

37 lines (36 loc) 786 B
{ "name": "@ces/sync", "version": "0.0.6", "description": "A function that gets values synchronically from observables that emit synchronically.", "main": "lib/sync.js", "types": "lib/sync.d.ts", "scripts": { "build": "rm -rf ./lib && tsc" }, "repository": { "type": "git", "url": "git+https://github.com/cesarbrie/sync.git" }, "author": "César Miguel Brie", "license": "MIT", "bugs": { "url": "https://github.com/cesarbrie/sync/issues" }, "homepage": "https://github.com/cesarbrie/sync#readme", "devDependencies": { "typescript": "^3.7.5", "rxjs": ">=6" }, "peerDependencies": { "rxjs": ">=6" }, "files": [ "lib/**/*" ], "keywords": [ "ReactiveX", "rxjs", "Observable", "BehaviorSubject" ] }