Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "access"

Index

Variables

Private fakePrivateVariable

fakePrivateVariable: string

A variable that is made private via comment.

Protected fakeProtectedVariable

fakeProtectedVariable: string

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