1.0.0 • Published 7 months ago

@xstd/undo-function v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

npm (scoped) npm NPM npm type definitions

@xstd/undo-function

Undo function type.

📦 Installation

yarn add @xstd/undo-function
# or
npm install @xstd/undo-function --save

API

interface UndoFunction {
  (): void;
}
1.0.0

7 months ago