UNPKG

dirigera

Version:

A TypeScript client for IKEA's DIRIGERA smart home hub

7 lines (6 loc) 210 B
import type { Got } from 'got' with { 'resolution-mode': 'require' }; import type { Music } from '../types/Music'; declare const _default: (got: Got) => { get(): Promise<Music>; }; export default _default;