UNPKG

539 BTypeScriptView Raw
1export declare const LOAD: string;
2export declare const CLEAR: string;
3export declare const UNDO: string;
4export declare const REDO: string;
5export declare const JUMP_TO_STATE: string;
6export declare const JUMP_TO_BRANCH: string;
7export declare const JUMP_TO_LATEST_ON_BRANCH: string;
8export declare const CREATE_BRANCH: string;
9export declare const RENAME_BRANCH: string;
10export declare const SQUASH: string;
11export declare const RENAME_STATE: string;
12export declare const SKIP_TO_START: string;
13export declare const SKIP_TO_END: string;