Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

IJSONArray

IJSONArray: IJSONValue[]

IJSONObject

IJSONObject: {}

Type declaration

IJSONReplacer

IJSONReplacer: (this: any, key: string, value: any) => any

Type declaration

    • (this: any, key: string, value: any): any
    • Parameters

      • this: any
      • key: string
      • value: any

      Returns any

IJSONReviver

IJSONReviver: (this: any, key: string, value: any) => any

Type declaration

    • (this: any, key: string, value: any): any
    • Parameters

      • this: any
      • key: string
      • value: any

      Returns any

IJSONValue

IJSONValue: boolean | null | number | object | string | undefined | IJSONArray | IJSONObject

Legend

  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Interface
  • Interface with type parameter
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc