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

package.modules._isBufferLike.js Maven / Gradle / Ivy

The newest version!
import createSizePropertyCheck from './_createSizePropertyCheck.js';
import getByteLength from './_getByteLength.js';

// Internal helper to determine whether we should spend extensive checks against
// `ArrayBuffer` et al.
export default createSizePropertyCheck(getByteLength);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy