UNPKG

parse-domain

Version:

Splits a hostname into subdomains, domain and (effective) top-level domains

3 lines (2 loc) 129 B
export declare const NO_HOSTNAME: unique symbol; export declare const fromUrl: (urlLike: string) => string | typeof NO_HOSTNAME;