UNPKG

parse-domain

Version:

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

4 lines 151 B
export type Await<T> = T extends { then: (onFulfilled?: (value: infer U) => unknown) => unknown; } ? U : T; //# sourceMappingURL=type-util.d.ts.map