UNPKG

@rocket.chat/apps-engine

Version:

The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.

6 lines (5 loc) 186 B
/** * Generate a random string with the specified length. * @param length the length for the generated random string. */ export declare function randomString(length: number): string;