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

Parameters

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