Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacasonato committed Sep 27, 2024
1 parent 14c93ed commit 0c4dc85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/esbuild_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ export interface PluginBuild {
/** Documentation: https://esbuild.github.io/plugins/#on-load */
onLoad(
options: OnLoadOptions,
callback: (args: OnLoadArgs) => Promise<OnLoadResult | null | undefined> | undefined,
callback: (
args: OnLoadArgs,
) => Promise<OnLoadResult | null | undefined> | undefined,
): void;
}

Expand Down

0 comments on commit 0c4dc85

Please sign in to comment.