vimtronner
Version:
A multi-player Vim trainer.
18 lines (13 loc) • 448 B
JavaScript
(function() {
var buffer;
buffer = function() {
var buf, index, _i, _ref, _ref1;
buf = new Buffer((_ref = arguments.length) != null ? _ref : 0);
for (index = _i = 0, _ref1 = arguments.length; 0 <= _ref1 ? _i < _ref1 : _i > _ref1; index = 0 <= _ref1 ? ++_i : --_i) {
buf.writeUInt8(arguments[index], index);
}
return buf;
};
module.exports = buffer;
}).call(this);
//# sourceMappingURL=../../maps/buffer.js.map