Skip to main content
Go to Latest
function intoCallbackAPI
import { intoCallbackAPI } from "https://deno.land/std@0.166.0/node/_utils.ts";

Parameters

func: (...args: any[]) => Promise<T>
cb: MaybeEmpty<(err: MaybeNull<Error>, value?: MaybeEmpty<T>) => void>
...args: any[]