UNPKG

malloc

Version:

Simple malloc() & free() implementation on top of buffers and array buffers.

1 lines 42 B
module.exports = require('./lib').default;