You can see below the API reference of this module.
Converts the provided function into a cb-buffer handler.
- Function
fn: The async function to convert into cb-buffer handler. - Array
args: Array of arguments to pass to the original function when calling it.
- Function The
cb-bufferhandler.