UNPKG

node-hue-api

Version:
7 lines (6 loc) 201 B
import { ApiDefinition } from './http/ApiDefinition'; import { Api } from './Api'; export declare class Capabilities extends ApiDefinition { constructor(hueApi: Api); getAll(): Promise<any>; }