Sha256: ace79cb75ea11337810381af560d8dc2a13a33c3712aea2ee1ceab6f2a093a40
Contents?: true
Size: 210 Bytes
Versions: 31
Compression:
Stored size: 210 Bytes
Contents
/* */ module.exports = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }
Version data entries
31 entries across 31 versions & 1 rubygems