export everything

This commit is contained in:
Snowflake107 2021-04-06 20:09:42 +05:45
parent 2fb209ad28
commit fc8d0d08ee

View file

@ -1,7 +1,9 @@
export * as AudioFilters from './utils/AudioFilters';
export * as Constants from './utils/Constants';
export * as Player from './Player';
export * as Util from './utils/Util';
export * as Track from './Structures/Track';
export * as Queue from './Structures/Queue';
export * from './types/types';
export * as PlayerError from './utils/PlayerError';
export { version } from '../package.json';