UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 537 B
export { BleChannelConfig } from './ble-channel.types'; export { BleChannelModule } from './ble-channel.module'; export declare const BleChannelModuleOptions: import("./ble-channel.types").BleChannelModuleOptions & Partial<{ isGlobal: boolean; }>; export declare const AsyncBleChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<import("./ble-channel.types").BleChannelModuleOptions, "create"> & Partial<{ isGlobal: boolean; }>; export * from './ble-channel.service'; //# sourceMappingURL=index.d.ts.map