mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 16:38:05 -06:00
Co-authored-by: indrajitbnikam <indrajitbnikam@gmail.com> Co-authored-by: Ron Buckton <ron.buckton@microsoft.com>
4 lines
65 B
TypeScript
4 lines
65 B
TypeScript
interface ArrayBufferConstructor {
|
|
new (): ArrayBuffer;
|
|
}
|