adonis-forge
Version:
Bundle utils for AdonisJS
6 lines (5 loc) • 295 B
TypeScript
export declare const getPhoneLast4: (phone: string) => string;
export declare const randomString: (length?: number) => string;
export declare const getRandomId: (end?: number) => string;
export declare const getRandomItem: (arr: any[]) => any;
export declare const md5: (str: string) => string;