1.0.1 • Published 9 years ago

ident v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

ident

create identifier

Installation

npm install ident

API

Ident.setAlgorithm(algorithm)

  • algorithm: hash algorithm (default: sha1)
const Ident = require('ident');
Ident.setAlgorithm('sha256');

Ident.identifier()

const Ident = require('ident');
const id = Ident.identifier();
console.log(id);
1.0.1

9 years ago

1.0.0

9 years ago

0.0.1

9 years ago