1.1.0 • Published 7 years ago

bufferaddon v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

A module that adds extra methods the the buffer object.

Version License Downloads per Month Total Downloads

require('bufferaddon')()

var buffer = Buffer.from('NodeJS and NPM rock!')

console.log(buffer.toArray())
console.log(buffer.toBytes())
console.log(buffer.toBytes(16))

Installation

$ npm install bufferaddon

Features

  • A simple buffer-to-base method
  • A buffer-to-array method that functions the same as ...bufferObj

Functions

bufferObj.toArray()
bufferObj.toBytes([base])
1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago