• File: index.d.ts
  • Full Path: /var/www/sandbox/node_modules/array-buffer-byte-length/index.d.ts
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 171 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare function arrayBufferByteLength(buffer: ArrayBuffer): number;
declare function arrayBufferByteLength(buffer: unknown): typeof NaN;

export = arrayBufferByteLength;