RecusriveObjectMapCallback: ((key, value) => {
    newKey: string;
    newValue: any;
})

Type declaration

    • (key, value): {
          newKey: string;
          newValue: any;
      }
    • Parameters

      • key: string
      • value: any

      Returns {
          newKey: string;
          newValue: any;
      }

      • newKey: string
      • newValue: any

Generated using TypeDoc