@oazmi/esbuild-plugin-deno - v0.4.0
    Preparing search index...

    Type Alias OnResolveCallback

    OnResolveCallback: (
        args: OnResolveArgs,
    ) => MaybePromise<OnResolveResult | null | undefined>

    type alias for the callback function provided to onResolve the function (aka esbuild.PluginBuild["onResolve"]).

    Type declaration