Sha256: a19427e215657e8c4a83a9a8376e81d73e52a9383002e6af901282be04546256
Contents?: true
Size: 203 Bytes
Versions: 191
Compression:
Stored size: 203 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
191 entries across 153 versions & 20 rubygems