UNPKG

kodi-api

Version:

A complete implementation of Kodi JSON-RPC calls in an easy-to-use Javascript/TypeScript client.

4 lines (3 loc) 104 B
export * from './lib/KodiClient'; export * from './lib/KodiIntrospect'; export * from './lib/Types';