Skip to content

Wrapper to handle completion and errors of sync and async functions, promises, generators, streams, observables and child processes.

License

Notifications You must be signed in to change notification settings

hybridables/merz

Repository files navigation

Wrapper to handle completion and errors of sync and async functions, promises, generators, streams, observables and child processes.

Install

npm i merz --save

Usage

For more use-cases see the tests

var fs = require('fs')
var merz = require('merz')

var readFile = merz(fs.readFile)

fn('package.json', 'utf8', console.log)

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
But before doing anything, please read the CONTRIBUTING.md guidelines.

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

About

Wrapper to handle completion and errors of sync and async functions, promises, generators, streams, observables and child processes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published