blob: daeeef874e9f647426ff69583954b17b55fd7e15 [file] [log] [blame]
function isBinaryObject(object) {
return object instanceof Buffer;
}
export default isBinaryObject;