Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/incident/incident"

Index

Variables

noStackSymbol

noStackSymbol: object

A symbol used internally to prevent the capture of the call stack.

Functions

createIncident

  • createIncident(_super: Function): StaticInterface
  • Parameters

    • _super: Function

    Returns StaticInterface

defineHiddenProperty

  • defineHiddenProperty(obj: object, propertyName: string, value: any): void
  • Define a hidden property.

    Parameters

    • obj: object
    • propertyName: string
    • value: any

    Returns void

defineSimpleProperty

  • defineSimpleProperty(obj: object, propertyName: string, value: any): void
  • Define a normal property.

    Parameters

    • obj: object
    • propertyName: string
    • value: any

    Returns void

Generated using TypeDoc