CoolFace
Apppublic

Umama-at-Bluchip/Quick-UI

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
index.d.ts4 linesDownload Raw Back to data-view-buffer
1declare function dataViewBuffer(value: DataView): ArrayBuffer;2declare function dataViewBuffer(value: unknown): never;3 4export = dataViewBuffer;