UNPKG
mpc-js
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.3.2
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.0.2
A javascript client library for the Music Player Daemon
github.com/hbenl/mpc-js
hbenl/mpc-js
mpc-js
/
src
/
mpc.default.ts
3 lines
(2 loc)
•
52 B
text/typescript
View Raw
1
2
3
import
{
MPC
}
from
'./mpc.js'
;
export
default
MPC
;