Repository URL to install this package:
|
Version:
6.0.0 ▾
|
declare const hasProtocol: (x: string) => boolean;
declare function isFullyQualifiedWebAddress(address: string): boolean;
/**
* @TODO isInOurRoutes
*/
declare function isRelativeWebAddress(address: string): string;
declare function isStringifiedParams(x: string): boolean;
declare const isHash: (to: any) => to is string;
export { isRelativeWebAddress, isFullyQualifiedWebAddress, hasProtocol, isHash, isStringifiedParams, };