1.0.2 • Published 6 years ago
@gedalos.dev/callbag-pipe v1.0.2
callbag-pipe
Utility that chains callbags.
original idea by André Staltz - callbag
run test
$ yarn -s test
the status code ($?
) will be 0 or 1 depending on the result.
install
$ yarn add @gedalos.dev/callbag-pipe
using from nodejs
import pipe from '@gedalos.dev/callbag-pipe';
pipe(
...
)
using from browser
import pipe from 'callbag-pipe/index.js';
pipe(
...
)