@most/core
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@most/core", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", | ||
@@ -5,0 +5,0 @@ "typings": "type-definitions/most.d.ts", |
@@ -7,1 +7,4 @@ import { Stream } from '@most/types' | ||
export function zipArrayValues <A, B, C> (f: (a: A, b: B) => C): (a: Array<A>) => (s: Stream<B>) => Stream<C>; | ||
export function withArrayValues <A> (a: Array<A>, s: Stream<any>): Stream<A> | ||
export function withArrayValues <A> (a: Array<A>): (s: Stream<any>) => Stream<A> |
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
529768
4728