command-pattern-queue
Version:
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }
| Filename | Content Type | Size | |
|---|---|---|---|
| 7.07 kB | |||
| 1.98 kB | |||
| 4.6 kB | |||
| 720 B | |||
| 311 B | |||
| 988 B | |||
| 6.26 kB |
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }
| Filename | Content Type | Size | |
|---|---|---|---|
| 7.07 kB | |||
| 1.98 kB | |||
| 4.6 kB | |||
| 720 B | |||
| 311 B | |||
| 988 B | |||
| 6.26 kB |