conclure-quarx
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -19,3 +19,3 @@ { | ||
"name": "conclure-quarx", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Reactive flows", | ||
@@ -22,0 +22,0 @@ "main": "src/index.js", |
@@ -8,2 +8,9 @@ import { createAtom, autorun, Quarx } from 'quarx'; | ||
export const reactiveFlow = it => { | ||
if (isIterator(it)) { | ||
makeReactive(it).reportObserved(); | ||
} | ||
return it; | ||
} | ||
export function makeReactive(it, options = {}) { | ||
@@ -10,0 +17,0 @@ const { name = 'makeReactive' } = options; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7819
222