Files
discord.js/packages/voice/src/audio/index.ts
Almeida 78d512c347 docs: export all visible symbols (#10760)
* docs: export all visible symbols

* fix: discord.js except raw

* refactor: remove raw data types

* docs: add back discord.js tsdoc file

* refactor: remove underscores

* fix: merge

* docs(RPCRedis): make `promises` as internal

---------

Co-authored-by: Qjuh <76154676+Qjuh@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2025-05-26 17:41:08 +00:00

21 lines
592 B
TypeScript

export {
AudioPlayer,
AudioPlayerStatus,
type AudioPlayerState,
NoSubscriberBehavior,
createAudioPlayer,
type AudioPlayerBufferingState,
type AudioPlayerIdleState,
type AudioPlayerPausedState,
type AudioPlayerPlayingState,
type CreateAudioPlayerOptions,
} from './AudioPlayer';
export { AudioPlayerError } from './AudioPlayerError';
export { AudioResource, type CreateAudioResourceOptions, createAudioResource } from './AudioResource';
export { PlayerSubscription } from './PlayerSubscription';
export { StreamType, type Edge, TransformerType, Node } from './TransformerGraph';