mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-18 05:25:04 +00:00
6 lines
64 B
JavaScript
6 lines
64 B
JavaScript
export class Command {
|
|
execute() {}
|
|
undo() {}
|
|
redo() {}
|
|
}
|