We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArrayBufferPrototypeGetDetached
1 parent b890c51 commit 3d3b376Copy full SHA for 3d3b376
1 file changed
typings/primordials.d.ts
@@ -164,7 +164,7 @@ declare namespace primordials {
164
export import ArrayBuffer = globalThis.ArrayBuffer;
165
export const ArrayBufferPrototype: typeof ArrayBuffer.prototype
166
export const ArrayBufferIsView: typeof ArrayBuffer.isView
167
- export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached>
+ export const ArrayBufferPrototypeGetDetached: UncurryGetter<typeof ArrayBuffer.prototype, 'detached'>;
168
export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice>
169
export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer>
170
export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">;
0 commit comments