index.js 105 B

12345
  1. import CommandStack from './CommandStack';
  2. export default {
  3. commandStack: [ 'type', CommandStack ]
  4. };