Is it possible to override helper methods?

Tags: #<Tag:0x00007f8b18b486b0>

I am having trouble with undo redo because of the deepClone helper in helpers/object.js. JSON stringify is used to make the copies but does not work with methods. Is there a way to extend or override some of the helper objects or methods?

Sorry, @chainofflowers413the helpers were made to help us to test and manage operation inside Handsontable and they cannot be overwritten.