2.0.1 • Published 5 years ago

pickid v2.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

pickid

Simple unique string ID generator for Node.js projects

You can pass two optional arguments to the pickid function. The first one is a array of ascii characters to be used to generate the ID and the ID size.

Default alphabet is AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRrSsTtUuVvWwXxYyZz0123456789 and default size is 16.

const pickid = require("pickid");

const _id = pickid();

console.log(_id); // zNvIFoxyA5P5Lnr9
2.0.1

5 years ago

2.0.0

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago