@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
9 lines • 459 B
TypeScript
import { ConfigurableModuleClass } from './persist.providers';
import { PersistedFile, PersistedFileData } from './persist.types';
export declare class PersistModule extends ConfigurableModuleClass {
private static rootDirectory;
static getPersistedFile: <T>(options: PersistedFile) => Promise<PersistedFileData<T>>;
static get persistRootDirectory(): string;
constructor(rootDirectory?: string);
}
//# sourceMappingURL=persist.module.d.ts.map