diff options
author | 2023-02-06 23:27:18 -0800 | |
---|---|---|
committer | 2023-02-06 23:27:18 -0800 | |
commit | 52f9c3d05ed06de865ab01ffb7def3522984745d (patch) | |
tree | bf1ba3b62de29efdc06ad8453fb1b9bbdfda89b7 /src/bun.js/scripts/class-definitions.ts | |
parent | f947987a2c13d3bed386b5c5a626d44dc452982c (diff) | |
download | bun-52f9c3d05ed06de865ab01ffb7def3522984745d.tar.gz bun-52f9c3d05ed06de865ab01ffb7def3522984745d.tar.zst bun-52f9c3d05ed06de865ab01ffb7def3522984745d.zip |
set the type
Diffstat (limited to 'src/bun.js/scripts/class-definitions.ts')
-rw-r--r-- | src/bun.js/scripts/class-definitions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/scripts/class-definitions.ts b/src/bun.js/scripts/class-definitions.ts index 53d168d35..575daa01c 100644 --- a/src/bun.js/scripts/class-definitions.ts +++ b/src/bun.js/scripts/class-definitions.ts @@ -16,7 +16,7 @@ export type Field = length?: number; DOMJIT?: { returns: string; - args?: [string, string] | [string, string, string] | [string]; + args?: [string, string] | [string, string, string] | [string] | []; }; } & PropertyAttribute) | { internal: true }; |