UNPKG

mpc-js

Version:

A javascript client library for the Music Player Daemon

14 lines (13 loc) 775 B
export type { StatusCommands } from './status.js'; export type { PlaybackCommands } from './playback.js'; export type { PlaybackOptionsCommands } from './playbackOptions.js'; export type { CurrentPlaylistCommands } from './currentPlaylist.js'; export type { StoredPlaylistsCommands } from './storedPlaylists.js'; export type { DatabaseCommands } from './database.js'; export type { MountCommands } from './mount.js'; export type { StickerCommands } from './sticker.js'; export type { ConnectionCommands } from './connection.js'; export type { PartitionCommands } from './partition.js'; export type { OutputDeviceCommands } from './outputDevice.js'; export type { ReflectionCommands } from './reflection.js'; export type { ClientToClientCommands } from './clientToClient.js';