FLUJOS/BACK_BACK/node_modules/data-view-byte-length/index.d.ts
2025-11-07 00:06:12 +01:00

4 lines
No EOL
151 B
TypeScript
Executable file

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