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