• File: index.d.ts
  • Full Path: /var/www/sandbox/node_modules/is-shared-array-buffer/index.d.ts
  • Date Modified: 02/20/2025 6:17 PM
  • File size: 108 bytes
  • MIME-type: text/plain
  • Charset: utf-8
declare function isSharedArrayBuffer(obj: unknown): obj is SharedArrayBuffer;

export = isSharedArrayBuffer;