UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

15 lines 660 B
export * from './rest-channel.module'; export * from './commands'; export * from './events'; export * from './handlers'; export * from './rest-channel.sagas'; export * from './rest-channel.service'; export * from './rest-channel.module'; export * from './queries'; export declare const RestChannelModuleOptions: Partial<import("./rest-channel.types").RestChannelConfig> & Partial<{ isGlobal: boolean; }>; export declare const AsyncRestChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<Partial<import("./rest-channel.types").RestChannelConfig>, "create"> & Partial<{ isGlobal: boolean; }>; //# sourceMappingURL=index.d.ts.map