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