UNPKG

adonis-forge

Version:

Bundle utils for AdonisJS

5 lines (4 loc) 244 B
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;