• File: index.d.ts
  • Full Path: /var/www/sandbox/node_modules/data-view-buffer/index.d.ts
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 144 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare function dataViewBuffer(value: DataView): ArrayBuffer;
declare function dataViewBuffer(value: unknown): never;

export = dataViewBuffer;