import { intoCallbackAPIWithIntercept } from "https://deno.land/std@0.128.0/node/_utils.ts";
Parameters
func: (...args: any[]) => Promise<T1>
cb: MaybeEmpty<(err: MaybeNull<Error>, value?: MaybeEmpty<T2>) => void>
import { intoCallbackAPIWithIntercept } from "https://deno.land/std@0.128.0/node/_utils.ts";