Type alias StringifyReplacerFunction

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

Type declaration

    • (this, key, value): any
    • Function type for the replacer parameter of stringify. Refer to the MDN documentation for more details.

      Parameters

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

      Returns any

Generated using TypeDoc