@ack_inc/rand-str
Generate a random string of specified length, and satisfying specified constraints
Generate a random string of specified length, and satisfying specified constraints
A collection of utility functions I find myself needing across multiple projects
The stringGenerator function is a simple and flexible utility that generates a random string based on specified character type options. You can control the length of the string and choose to include or exclude lowercase letters, uppercase letters, numbers
Generate an unique id for your application
A library for generating uniqe random alphabetical strings based on the current timestamp. It also provides a method for retrieving the timestamp from a generated string.