UNPKG

@constructorfleet/ultimate-govee

Version:

Library for interacting with Govee devices written in Typescript.

10 lines 623 B
import { BleChannelModuleOptions } from './ble-channel.types'; export declare const BleChannelModuleOptionsKey = "BleChannel.Module.Options"; export declare const ConfigurableModuleClass: import("@nestjs/common").ConfigurableModuleCls<BleChannelModuleOptions, "forRoot", "create", { isGlobal: boolean; }>, ASYNC_OPTIONS_TYPE: import("@nestjs/common").ConfigurableModuleAsyncOptions<BleChannelModuleOptions, "create"> & Partial<{ isGlobal: boolean; }>, OPTIONS_TYPE: BleChannelModuleOptions & Partial<{ isGlobal: boolean; }>, MODULE_OPTIONS_TOKEN: string | symbol; //# sourceMappingURL=ble-channel.const.d.ts.map