3 lines
130 B
TypeScript
3 lines
130 B
TypeScript
export declare function isBlockedPage(pathname: string): boolean;
|
|
export declare function cleanAmpPath(pathname: string): string;
|