UNPKG

open-next-cdk

Version:

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

4 lines (3 loc) 193 B
import { Provider } from "@smithy/types"; export type FromStaticConfig<T> = T | (() => T) | Provider<T>; export declare const fromStatic: <T>(defaultValue: FromStaticConfig<T>) => Provider<T>;