A library to allocate buffers.
npm install allocate_buffer
alt="tag:?"
src="https://img.shields.io/github/workflow/status/chrisjohn404/allocate_buffer/test"
>
A simple way to allocate buffers safely across node versions.
``
``
const alloc = require('allocate_buffer').allocBuffer;
const myBuffer = alloc(10);