UNPKG

next

Version:

The React Framework

5 lines (4 loc) 141 B
export declare function generateEncryptionKeyBase64({ isBuild, distDir, }: { isBuild: boolean; distDir: string; }): Promise<string>;