vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
8 lines (7 loc) • 337 B
TypeScript
export { prepareGlobalContextForPublicUsage };
export type { GlobalContextPrepareMinimum };
type GlobalContextPrepareMinimum = {
_isOriginalObject: true;
isGlobalContext: true;
};
declare function prepareGlobalContextForPublicUsage<GlobalContext extends GlobalContextPrepareMinimum>(globalContext: GlobalContext): GlobalContext;