UNPKG

parse-domain

Version:

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

1 lines 251 B
{"version":3,"file":"type-util.js","sourceRoot":"","sources":["../src/type-util.ts"],"names":[],"mappings":"","sourcesContent":["export type Await<T> = T extends {\n then: (onFulfilled?: (value: infer U) => unknown) => unknown;\n}\n ? U\n : T;\n"]}