UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

7 lines (6 loc) 175 B
import type { Got } from 'got'; import type { Music } from '../types/Music.ts'; declare const _default: (got: Got) => { get(): Promise<Music>; }; export default _default;