UNPKG

open-next-cdk

Version:

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

8 lines (7 loc) 181 B
/** * @internal * * Recursively parses object and populates value is node from * "#text" key if it's available */ export declare const getValueFromTextNode: (obj: any) => any;