Type alias ExcludeMappedString<S>

ExcludeMappedString<S>: string extends S
    ? never
    : S

Type Parameters

  • S

Generated using TypeDoc