UNPKG

@hpbyte/h-codex-core

Version:

Core indexing and search functionality for h-codex

7 lines (6 loc) 234 B
import type { CodeChunkInsert } from '../../types'; export declare class Chunker { processFile(filePath: string, projectId: string): Promise<CodeChunkInsert[]>; private detectLanguage; } export declare const chunker: Chunker;