1.0.2 • Published 6 years ago

@gedalos.dev/callbag-pipe v1.0.2

Weekly downloads
6
License
ISC
Repository
gitlab
Last release
6 years ago

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(
  ...
)
1.0.11

6 years ago

1.0.10

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago