Hostname

utils · /index·type

A normalized hostname: lowercased, port-stripped, no trailing dot.

Definition

@nordcom/commerce-utils
type Hostname = string & { [HostnameBrand]: true };

string & { [HostnameBrand]: true }

ParsedHost AppName BuildEnv DevTld ShopHandle appFromHost isDevelopment isDevHost

Sourcehostname.ts:28Edit the JSDoc directly
Metadata@nordcom/commerce-utils@0.0.0Open in GitHub ↗

On this page