@balancer-team/rando
Version:
Generate identifiers with Rando.
8 lines (7 loc) • 321 B
TypeScript
/**
* Constants
*/
export declare const BASE_50 = "123456789BCDFGHJKLMNPQRSTVWXYZbcdfghjkmnpqrstvwxyz";
export declare const BASE_29 = "123456789BCDFGHJKLMNPRSTVWXYZ";
export declare const PASSWORD = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!?@#$%&*";
export declare const NUMBERS = "0123456789";