default: {
    buildAbsoluteUrl: typeof buildAbsoluteUrl;
    concatUrlParts: typeof concatUrlParts;
    getBaseUrl: typeof getBaseUrl;
    getDomainUrl: typeof getDomainUrl;
    removeLastPathPart: typeof removeLastPathPart;
    removeUrlParameters: typeof removeUrlParameters;
}

Type declaration

  • buildAbsoluteUrl: typeof buildAbsoluteUrl
  • concatUrlParts: typeof concatUrlParts
  • getBaseUrl: typeof getBaseUrl
  • getDomainUrl: typeof getDomainUrl
  • removeLastPathPart: typeof removeLastPathPart
  • removeUrlParameters: typeof removeUrlParameters

Generated using TypeDoc