@codelic/datagen
v1.0.7
Published
helpers for data generator
Downloads
787
Maintainers
Keywords
Readme
Install the dependencies
npm install @codelic/datagen
how to use
import { dataGenerator } from '@codelic/datagen'
/**
* @returns {string} 'AyriK8TL'
*/
genRandomText("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", 8)