2 lines
113 B
TypeScript
2 lines
113 B
TypeScript
|
export declare function matchNextDataPathname(pathname: string | null | undefined): false | Record<string, any>;
|