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

    Type Alias OnLoadCallback

    OnLoadCallback: (
        args: OnLoadArgs,
    ) => MaybePromise<OnLoadResult | null | undefined>

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

    Type declaration