@most/core
Advanced tools
Comparing version 1.2.1 to 1.2.3
{ | ||
"name": "@most/core", | ||
"version": "1.2.1", | ||
"version": "1.2.3", | ||
"description": "Reactive programming with lean, functions-only, curried, tree-shakeable API", | ||
@@ -5,0 +5,0 @@ "typings": "type-definitions/most.d.ts", |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
import { Stream } from '@most/types'; | ||
import { SeedValue } from '../seedValue'; | ||
export type SeedValue<S, V> = { seed: S, value: V }; | ||
export function loop<A, B, S>(f: (seed: S, a: A) => SeedValue<S, B>, seed: S, s: Stream<A>): Stream<B>; | ||
@@ -5,0 +6,0 @@ export function loop<A, B, S>(f: (seed: S, a: A) => SeedValue<S, B>): (seed: S, s: Stream<A>) => Stream<B>; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Disposable, Scheduler, Sink, Stream, Time } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
import { Stream } from '@most/types'; | ||
export function switchLatest<A>(s: Stream<Stream<A>>): Stream<A>; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Time, Stream } from '@most/types' |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types' |
@@ -0,0 +0,0 @@ export * from './runEffects'; |
@@ -0,0 +0,0 @@ import { Sink, Task } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Sink, Scheduler, Stream, Disposable } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Scheduler, Stream } from '@most/types'; |
@@ -0,0 +0,0 @@ import { Time, Stream } from '@most/types'; |
import { Stream } from '@most/types'; | ||
export function empty(): Stream<any>; |
@@ -0,0 +0,0 @@ import { Stream } from '@most/types'; |
import { Stream } from '@most/types'; | ||
export function never(): Stream<any>; |
@@ -0,0 +0,0 @@ import { Stream, Sink, Scheduler, Disposable } from '@most/types'; |
import { Stream } from '@most/types'; | ||
export function now<A>(a: A): Stream<A>; |
import { Stream } from '@most/types'; | ||
export function periodic(period: number): Stream<void>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
450154
41
5196