Class TemplateLiteralType

TS 4.1 template literal types

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

Hierarchy

  • Type
    • TemplateLiteralType

Constructors

Properties

head: string
tail: [SomeType, string][]
type: "template-literal" = "template-literal"

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