UNPKG

adonis-forge

Version:

Bundle utils for AdonisJS

3 lines (2 loc) 123 B
export declare const getPhoneLast4: (phone: string) => string; export declare const getRandomId: (end?: number) => string;