We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Buffer Class manages binary data.
This is a subset of Buffer in Node.js with some optimizations.
import {Buffer} from 'dripcap'; let buf = Buffer.from([0, 1, 2, 3]);
There was an error while loading. Please reload this page.