Type Alias _ED<T, $O>

_ED: T extends string
    ? IsNotStringLiteral._E<T, $O>
    : $ResolveBranch<$O, [$Then], T>

Type Parameters