UNPKG

next

Version:

The React Framework

3 lines (2 loc) 200 B
import type { WorkStore } from '../app-render/work-async-storage.external'; export declare function createServerPathnameForMetadata(underlyingPathname: string, workStore: WorkStore): Promise<string>;