Skip to content

Commit fc4d0fa

Browse files
fix: handle more Float16Array cases
1 parent 2b53e82 commit fc4d0fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generate-types/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,6 +2063,7 @@ const printError = (diagnostic) => {
20632063
"Int32Array",
20642064
"BigUint64Array",
20652065
"BigInt64Array",
2066+
"Float16Array",
20662067
"Float32Array",
20672068
"Float64Array",
20682069
"DataView",

0 commit comments

Comments
 (0)