0.0.0 • Published 13 years ago
identifier v0.0.0
identifier
Generate random javascript identifiers.
This is probably only useful if you're doing hackish tricks involving AST transforms or whatevers.
example
var identifier = require('identifier');
var name = identifier(16);
console.log(name);output:
KAUfaA66_BYii1Oqmethods
var identifier = require('identifier')identifier(n)
Return a valid javascript identifier string n characters long.
install
With npm do:
npm install identifierlicense
MIT
0.0.0
13 years ago
