File size: 107 Bytes
bc20498 |
1 2 3 |
export declare const BLANK_URL = "about:blank";
export declare function sanitizeUrl(url?: string): string;
|
bc20498 |
1 2 3 |
export declare const BLANK_URL = "about:blank";
export declare function sanitizeUrl(url?: string): string;
|