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