@most/core
Advanced tools
+1
-1
| { | ||
| "name": "@most/core", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", | ||
@@ -5,0 +5,0 @@ "typings": "type-definitions/most.d.ts", |
@@ -5,1 +5,8 @@ import { Stream } from '@most/types'; | ||
| export function mergeConcurrently<A>(concurrency: number): (s: Stream<Stream<A>>) => Stream<A>; | ||
| export function mergeMapConcurrently<A, B>(f: (a: A) => Stream<B>, concurrency: number, s: Stream<A>): Stream<B>; | ||
| export function mergeMapConcurrently<A, B>(f: (a: A) => Stream<B>, concurrency: number): (s: Stream<A>) => Stream<B>; | ||
| export function mergeMapConcurrently<A, B>(f: (a: A) => Stream<B>): { | ||
| (concurrency: number, s: Stream<A>): Stream<B>; | ||
| (concurrency: number): (s: Stream<A>) => Stream<B>; | ||
| }; |
Sorry, the diff of this file is not supported yet
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
450140
0.08%5112
0.12%