UNPKG

codevault

Version:

AI-powered semantic code search via Model Context Protocol

5 lines 321 B
import { type ScopeFilters } from '../types/search.js'; export declare function normalizeScopeFilters(scope?: any): ScopeFilters; import type { DatabaseChunk } from '../database/db.js'; export declare function applyScope(chunks: DatabaseChunk[], scope?: ScopeFilters): DatabaseChunk[]; //# sourceMappingURL=scope.d.ts.map