pull-uuid

0.1.1 • Public • Published

pull-uuid

uuid generation as an infitite pull stream

Usage

var pullUuid = require('pull-uuid')
 
var buf = new Buffer(16)
var options = {
  version: 'v4',
  uuidOpts: {},
  buffer: buf,
  offset: 0
}
 
var uuid = pullUuid(options)

If no options object is provided it will generate uuid v4 strings.

Readme

Keywords

Package Sidebar

Install

npm i pull-uuid

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • santiagogil