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

package.dist-es.index.js Maven / Gradle / Ivy

The newest version!
export const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
    Object.prototype.toString.call(arg) === "[object ArrayBuffer]";




© 2015 - 2024 Weber Informatics LLC | Privacy Policy