TypeDoc API - v0.28.2

    Class TemplateLiteralType

    TS 4.1 template literal types

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

    Hierarchy (View Summary, Expand)

    Index

    Constructors

    Methods

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

      Returns string

    Properties

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

    The type name identifier.

    MMNEPVFCICPMFPCPTTAAATR