@@ -164,7 +164,7 @@ declare namespace primordials {
|
164 | 164 | export import ArrayBuffer = globalThis.ArrayBuffer; |
165 | 165 | export const ArrayBufferPrototype: typeof ArrayBuffer.prototype |
166 | 166 | export const ArrayBufferIsView: typeof ArrayBuffer.isView |
167 | | -export const ArrayBufferPrototypeGetDetached: UncurryThis<typeof ArrayBuffer.prototype.detached> |
| 167 | +export const ArrayBufferPrototypeGetDetached: UncurryGetter<typeof ArrayBuffer.prototype, 'detached'>; |
168 | 168 | export const ArrayBufferPrototypeSlice: UncurryThis<typeof ArrayBuffer.prototype.slice> |
169 | 169 | export const ArrayBufferPrototypeTransfer: UncurryThis<typeof ArrayBuffer.prototype.transfer> |
170 | 170 | export const ArrayBufferPrototypeGetByteLength: UncurryGetter<typeof ArrayBuffer.prototype , "byteLength">; |
|