vike
Version:
The Framework *You* Control - Next.js & Nuxt alternative for unprecedented flexibility and dependability.
9 lines (8 loc) • 400 B
TypeScript
import '../assertEnvClient.js';
export { isClientSideRoutable };
import type { GlobalContextClientInternal } from './getGlobalContextClientInternal.js';
import type { PageFile } from '../../shared-server-client/getPageFiles.js';
declare function isClientSideRoutable(pageId: string, pageContext: {
_globalContext: GlobalContextClientInternal;
_pageFilesAll: PageFile[];
}): Promise<boolean>;