callbackify
Nodepod API / src / util / callbackify
Function: callbackify()
Section titled “Function: callbackify()”callbackify<
T>(fn): (…args) =>void
Defined in: src/polyfills/util.ts:159
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”(…args) => Promise<T>
Returns
Section titled “Returns”(…args) => void