UNPKG

open-next-cdk

Version:

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

11 lines (10 loc) 289 B
/** * @internal * * Maps an object through the default JSON serde behavior. * This means removing nullish fields and un-sparsifying lists. * * @param obj - to be checked. * @returns same object with default serde behavior applied. */ export declare const _json: (obj: any) => any;