Type alias Reviver

Reviver: ((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

Generated using TypeDoc