UNPKG

loccon

Version:

A simple local context storage and management tool with CLI and web interfaces. Store, search, and organize code snippets, notes, and development contexts with sharded JSON storage.

7 lines 300 B
export declare class ConfigManager { private static isGlobalInstall; static getStoragePath(customPath?: string): string; static initializeStorage(storagePath: string): Promise<void>; static updateLastAccessed(storagePath: string): Promise<void>; } //# sourceMappingURL=config.d.ts.map