Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskyMH committed Jan 8, 2025
1 parent 963d21a commit 1be4b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bun-types/ambient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ declare module "*.jsonc" {
}

declare module '*bun.lock' {
var contents: import("bun").BunLockFile;
var contents: import("bun").BunLockFile;
export = contents;
}

0 comments on commit 1be4b09

Please sign in to comment.