Validation_Suite/validation-suite/frontend/atlas/node_modules/data-view-byte-length/index.d.ts

4 lines
No EOL
151 B
TypeScript

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