wogaa-layer-helper
v1.0.0
Published
Generate short unique IDs
Readme
wogaa-layer-helper
Generate short unique IDs.
Installation
npm install wogaa-layer-helperUsage
const uid = require('wogaa-layer-helper');
uid() // => 'a8xk2nHf9Lpq'
uid(6) // => 'k9Mx2a'
uid(21) // => 'a8xk2nHf9LpqZ3mNc7yRb'License
MIT
