command-pattern-queue
Version:
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }
| Filename | Content Type | Size | |
|---|---|---|---|
| ../ | |||
| 1.81 kB | |||
| 76 B | |||
| 62 B | |||
| 35 B | |||
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }
| Filename | Content Type | Size | |
|---|---|---|---|
| ../ | |||
| 1.81 kB | |||
| 76 B | |||
| 62 B | |||
| 35 B | |||