Type Alias _ED<T, $O>

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

Type Parameters