UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

8 lines (6 loc) 143 B
var Buffer = require('buffer').Buffer; module.exports = function(buf) { var out = new Buffer(buf.length); buf.copy(out); return out; };