source:
imaps-frontend/node_modules/data-view-byte-length/index.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 151 bytes |
Line | |
---|---|
1 | declare function dataViewByteLength(value: DataView): number; |
2 | declare function dataViewByteLength(value: unknown): never; |
3 | |
4 | export = dataViewByteLength; |
Note:
See TracBrowser
for help on using the repository browser.