identifier

0.0.0 • Public • Published

identifier

Generate random javascript identifiers.

This is probably only useful if you're doing hackish tricks involving AST transforms or whatevers.

build status

example

var identifier = require('identifier');
var name = identifier(16);
console.log(name);

output:

KAUfaA66_BYii1Oq

methods

var identifier = require('identifier')

identifier(n)

Return a valid javascript identifier string n characters long.

install

With npm do:

npm install identifier

license

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    4

Package Sidebar

Install

npm i identifier

Weekly Downloads

4

Version

0.0.0

License

MIT

Last publish

Collaborators

  • nopersonsmodules