diff options
Diffstat (limited to 'packages/bun-types/types.d.ts')
-rw-r--r-- | packages/bun-types/types.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-types/types.d.ts b/packages/bun-types/types.d.ts index ae66ecea3..ebe8e2e5f 100644 --- a/packages/bun-types/types.d.ts +++ b/packages/bun-types/types.d.ts @@ -4782,7 +4782,7 @@ declare class HTMLRewriter { // ./globals.d.ts -type Encoding = "utf-8" | "windows-1252" | "utf-16"; +type Encoding = "utf8" | "utf-8" | "windows-1252" | "utf-16"; interface console { assert(condition?: boolean, ...data: any[]): void; |