UNPKG

open-next-cdk

Version:

Deploy a NextJS app using OpenNext packaging to serverless AWS using CDK

8 lines (7 loc) 219 B
/** * Converts a Uint8Array of binary data to a base-64 encoded string using * Node.JS's `buffer` module. * * @param input The binary data to encode */ export declare const toBase64: (input: Uint8Array) => string;