Options
All
  • Public
  • Public/Protected
  • All
Menu

Module access

Index

Type aliases

BigIntLiteral

BigIntLiteral: -123n

Variables

Private fakePrivateVariable

fakePrivateVariable: string = "test"

A variable that is made private via comment.

Protected Let fakeProtectedVariable

fakeProtectedVariable: string = "test"

A variable that is made protected via comment.

Functions

Private fakePrivateFunction

  • fakePrivateFunction(): void
  • A function that is made private via comment.

    Returns void

Protected fakeProtectedFunction

  • fakeProtectedFunction(): void
  • A function that is made protected via comment.

    Returns void

Generated using TypeDoc