TypeScript/src/lib/es2017.arraybuffer.d.ts
Kenta Moriuchi 9d98874739
Introduce ES2024 target and fix some types (#58573)
Co-authored-by: indrajitbnikam <indrajitbnikam@gmail.com>
Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
2024-09-27 14:58:17 -04:00

4 lines
65 B
TypeScript

interface ArrayBufferConstructor {
new (): ArrayBuffer;
}