command-pattern-queue
Version:
```typescript // command interface export interface ICommand { execute(): void unexecute(): void }
1 lines • 135 B
Source Map (JSON)
{"version":3,"file":"IInvoker.d.ts","sourceRoot":"","sources":["../lib/IInvoker.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,QAAQ;CAExB"}