mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-05 06:13:11 +00:00
5 lines
196 B
TypeScript
5 lines
196 B
TypeScript
/**
|
|
* Utility to check if a URL loads successfully within a timeout
|
|
*/
|
|
export declare function urlLoads(url: string, timeoutMs?: number): Promise<boolean>;
|
|
//# sourceMappingURL=urlLoads.d.ts.map
|