Class TemplateLiteralType

TS 4.1 template literal types

type Z = `${'a' | 'b'}${'a' | 'b'}`

Hierarchy (view full)

Constructors

Properties

head: string
tail: [Models.SomeType, string][]
type: "templateLiteral" = "templateLiteral"

The type name identifier.

Methods

  • Implementation method for toString. needsParenthesis will be used to determine if the returned string should be wrapped in parenthesis.

    Returns string

Generated using TypeDoc