the-forest/client/node_modules/data-view-byte-length/index.d.ts
2024-09-17 20:35:18 -04:00

4 lines
151 B
TypeScript

declare function dataViewByteLength(value: DataView): number;
declare function dataViewByteLength(value: unknown): never;
export = dataViewByteLength;