UNPKG

90 BTypeScriptView Raw
1export declare function tryURLparse(raw: string): URL | null;
2export default tryURLparse;