UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

11 lines 516 B
export * from './iot-channel.service'; export * from './events'; export * from './commands'; export * from './iot-channel.module'; export declare const IoTChannelModuleOptions: import("./iot-channel.types").IoTChannelModuleOptions & Partial<{ isGlobal: boolean; }>; export declare const AsyncIoTChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<import("./iot-channel.types").IoTChannelModuleOptions, "create"> & Partial<{ isGlobal: boolean; }>; //# sourceMappingURL=index.d.ts.map