@launchmenu/core
Version:
An environment for visual keyboard controlled applets
34 lines (33 loc) • 1.83 kB
TypeScript
export {Command} from "../../undoRedo/Command";
export {UndoRedoFacility} from "../../undoRedo/UndoRedoFacility";
export {CompoundCommand} from "../../undoRedo/commands/CompoundCommand";
export {EmptyCommand} from "../../undoRedo/commands/EmptyCommand";
export {SetFieldCommand} from "../../undoRedo/commands/SetFieldCommand";
export {applicationResource} from "../../undoRedo/dependencies/applicationResource";
export {Resource} from "../../undoRedo/dependencies/Resource";
export {TestCommand} from "../../undoRedo/_tests/TestCommand.helper";
export {Semaphore} from "../../undoRedo/dependencies/Semaphore";
export {isCompoundCommand} from "../../undoRedo/_types/ICompoundCommand";
import {Command} from "../../undoRedo/Command";
import {UndoRedoFacility} from "../../undoRedo/UndoRedoFacility";
import {CompoundCommand} from "../../undoRedo/commands/CompoundCommand";
import {EmptyCommand} from "../../undoRedo/commands/EmptyCommand";
import {SetFieldCommand} from "../../undoRedo/commands/SetFieldCommand";
import {applicationResource} from "../../undoRedo/dependencies/applicationResource";
import {Resource} from "../../undoRedo/dependencies/Resource";
import {TestCommand} from "../../undoRedo/_tests/TestCommand.helper";
import {Semaphore} from "../../undoRedo/dependencies/Semaphore";
import {isCompoundCommand} from "../../undoRedo/_types/ICompoundCommand";
declare const __default: {
Command: typeof Command,
UndoRedoFacility: typeof UndoRedoFacility,
CompoundCommand: typeof CompoundCommand,
EmptyCommand: typeof EmptyCommand,
SetFieldCommand: typeof SetFieldCommand,
applicationResource: typeof applicationResource,
Resource: typeof Resource,
TestCommand: typeof TestCommand,
Semaphore: typeof Semaphore,
isCompoundCommand: typeof isCompoundCommand
}
export default __default;