Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function intoCallbackAPIWithIntercept
import { intoCallbackAPIWithIntercept } from "https://deno.land/std@0.34.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[]