All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.internals.array-buffer-basic-detection.js Maven / Gradle / Ivy

The newest version!
'use strict';
// eslint-disable-next-line es/no-typed-arrays -- safe
module.exports = typeof ArrayBuffer != 'undefined' && typeof DataView != 'undefined';




© 2015 - 2024 Weber Informatics LLC | Privacy Policy