UNPKG

@hpbyte/h-codex-core

Version:

Core indexing and search functionality for h-codex

6 lines (5 loc) 240 B
import type { FileExplorerConfig } from '../types'; export declare const maxChunkSize: number; export declare const coalesce = 50; export declare const supportedExtensions: string[]; export declare const DEFAULT_CONFIG: FileExplorerConfig;