TypeDoc API - v0.28.2

    Class LiteralType

    Represents a literal type.

    type A = "A"
    type B = 1

    Hierarchy (View Summary, Expand)

    Index

    Constructors

    Methods

    Properties

    type: "literal"

    The type name identifier.

    value: null | string | number | bigint | boolean
    MMNEPVFCICPMFPCPTTAAATR