0.1.1 • Published 6 years ago

@eliranmal/proxify v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

proxify

callbacks to asyncs, all over the place

NPM

overview

asyncify all functions on an object with node-style functions.

usage

const obj = {
  foo: (bar, done) => done(null, 'wat'),
};

const asyncObj = proxify(obj);

const result = await asyncObj.foo(1);
0.1.1

6 years ago

0.1.0

6 years ago