()
| 667 | * Get the full modification history. |
| 668 | */ |
| 669 | export function getModificationHistory(): StyleModification[] { |
| 670 | return [...modificationHistory]; |
| 671 | } |
| 672 | |
| 673 | /** |
| 674 | * Diagnostic accessor for the $B memory snapshot. Returns current buffer |
no outgoing calls
no test coverage detected