UNPKG

undo-redo-helper

Version:
11 lines (10 loc) 293 B
import { NameTyp } from "myy-common"; export declare const actionsName: { ctor: string; complete: string; set: string; redo: string; undo: string; general: string; }; export declare function sortFlat(names?: Array<string>, ...objects: any[]): NameTyp<any>[];