| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 04c7514 commit cfaa299
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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">; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments