community-relations/src/class/index.ts

5 lines
190 B
TypeScript
Raw Normal View History

2020-04-14 13:15:33 -04:00
export { default as Client } from './Client';
export { default as Collection } from './Collection';
export { default as Command } from './Command';
export { default as Util } from './Util';