Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/router / dist / deps / checks.d.ts
Size: Mime:
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, };