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.

4 lines 204 B
import { Router } from 'express'; import { ContextManager } from '../../core/context'; export declare function createAPIRoutes(contextManager: ContextManager): Router; //# sourceMappingURL=routes.d.ts.map