UNPKG

command-pattern-queue

Version:

```typescript // command interface export interface ICommand { execute(): void unexecute(): void }

5 lines 116 B
export interface ICommand { execute(): void; unexecute(): void; } //# sourceMappingURL=ICommand.d.ts.map