@xstd/undo-function Undo function type. 📦 Installation yarn add @xstd/undo-function # or npm install @xstd/undo-function --save API interface UndoFunction { (): void; }