export everything
This commit is contained in:
parent
2fb209ad28
commit
fc8d0d08ee
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue