DevTld
●utils · /index·type
The concrete type of ParsedHost.tld when isDev is true. Reach for it
when annotating a parameter or variable that must hold only a dev-environment
TLD value — for example, a helper that constructs dev URLs or a type guard
that narrows an unknown string to a known dev TLD.
Definition
typeof DEV_TLDS[number]
Example
Related
ParsedHost AppName BuildEnv Hostname ShopHandle appFromHost isDevelopment isDevHost