@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
4 lines (3 loc) • 367 B
TypeScript
import * as d from '../../declarations';
export declare function crawlAnchorsForNextUrls(prerenderConfig: d.PrerenderConfig, diagnostics: d.Diagnostic[], baseUrl: URL, currentUrl: URL, parsedAnchors: d.HydrateAnchorElement[]): string[];
export declare function standardNormalizeHref(prerenderConfig: d.PrerenderConfig, diagnostics: d.Diagnostic[], url: URL): string;