UNPKG

@hyperlane-xyz/utils

Version:

General utilities and types for the Hyperlane network

4 lines 250 B
export declare function isUrl(value?: string | null): boolean; export declare function isHttpsUrl(value?: string | null): boolean; export declare function isRelativeUrl(value?: string | null, base?: string): boolean; //# sourceMappingURL=url.d.ts.map