easy-guid

0.1.3 • Public • Published

easy-guid Build Status

Clean and Easy GUID (v0.1.3)

Getting Started

Install the module with: npm install easy-guid

Usage

var guid = require('easy-guid');
guid.new();   // "97e67ef28175180fffb85d4b9ef5b601"
guid.new(32); // "97e67ef28175180fffb85d4b9ef5b601"
guid.new(16); // "97e67ef28175180f"

License

Copyright (c) 2014 Huei Tan. Licensed under the MIT license.

Package Sidebar

Install

npm i easy-guid

Weekly Downloads

5

Version

0.1.3

License

none

Last publish

Collaborators

  • hueitan