Type guard to check if a value is a serialized Node.js Buffer. Node.js Buffers serialize to JSON as: {type: "Buffer", data: [...]}
The value to check
True if the value is a Buffer-encoded object
Type guard to check if a value is a serialized Node.js Buffer. Node.js Buffers serialize to JSON as: {type: "Buffer", data: [...]}