Type alias ParseReviverFunction

ParseReviverFunction: ((this, key, value) => any)

Type declaration

    • (this, key, value): any
    • Type for the reviver parameter of parse. Refer to the MDN documentation for more details.

      Parameters

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

      Returns any

Generated using TypeDoc