@bigtest/effection
Advanced tools
Comparing version 0.6.0-3c23a474 to 0.6.0-3dfd9ee4
/// <reference types="node" /> | ||
import { Operation } from 'effection'; | ||
import { Operation, Context } from 'effection'; | ||
import { EventEmitter } from 'events'; | ||
@@ -18,3 +18,3 @@ export { any } from './pattern'; | ||
receive(pattern?: unknown): Operation<T>; | ||
pipe(other: Mailbox<T>): Generator<Operation<unknown>>; | ||
pipe(other: Mailbox<T>): Operation<Context<void>>; | ||
map<R>(fn: (from: T) => R): Operation<Mailbox<R>>; | ||
@@ -21,0 +21,0 @@ } |
{ | ||
"name": "@bigtest/effection", | ||
"version": "0.6.0-3c23a474", | ||
"version": "0.6.0-3dfd9ee4", | ||
"description": "Collection of handly utilities for working with effection. May find a different home later", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22939