@balancer-team/rando
Version:
Generate identifiers with Rando.
9 lines (8 loc) • 328 B
TypeScript
/**
* Generates and logs the default timestamp lengths and maximum dates for different bases.
* The function calculates the length of the string representation of a timestamp for bases ranging from 2 to 128.
* It also determines the maximum date that can be represented with that length.
*
* @returns {void}
*/
export {};