Askr
Generated API snapshot

@askrjs/askr/ssg

Exports from the declarations published in @askrjs/askr 0.0.59. Signatures are generated from the installed artifact.

  • @askrjs/askr/ssg0.0.59

Exports

This entrypoint publishes 15 exports. Use the anchored symbol rows for direct links. Type-only exports are labeled separately from runtime values.

createStaticGentype

createStaticGen: <const TRoutes extends readonly AnyRouteConfig[]>(options: Omit<SSGOptions<TRoutes>, "routes" | "registry"> & StaticGenRouteSource<TRoutes>) => { generate(generateOptions?: SSGGenerateOptions): Promise<SSGResult>; getConfig(): { routeCount: number; outputDir: string; seed: number; concurrency: number; parallelism: number; hasDataOverrides: boolean; assetCount: number; }; getResult(): SSGResult | null; }