5 lines
162 B
TypeScript
5 lines
162 B
TypeScript
import { statistics as execute } from './execute';
|
|
import { channelStatisticsDescription as description } from './description';
|
|
|
|
export { description, execute };
|