| 6 | import type { Range } from '../core/selection.js'; |
| 7 | |
| 8 | export interface HistoryOptions { |
| 9 | userOnly: boolean; |
| 10 | delay: number; |
| 11 | maxStack: number; |
| 12 | } |
| 13 | |
| 14 | export interface StackItem { |
| 15 | delta: Delta; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…