array-buffer-basic-detection.js 141 B

12
  1. // eslint-disable-next-line es/no-typed-arrays -- safe
  2. module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined';