UNPKG

@n3okill/utils

Version:
7 lines (6 loc) 206 B
/** * Generate random base64 key * @param length Length of the key to be generated * @returns Generated key in string format */ export declare function generateBase64RandomKey(length?: number): string;