MCPcopy
hub / github.com/makeplane/plane / IURLComponents

Interface IURLComponents

packages/utils/src/url.ts:168–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 * @property {URL} full - The original URL object with all native URL properties
167 */
168export interface IURLComponents {
169 protocol: string;
170 subdomain: string;
171 rootDomain: string;
172 tld: string;
173 pathname: string;
174 full: URL;
175}
176
177/**
178 * Process a URL object to extract its components

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected