UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

4 lines (3 loc) 184 B
import { Language } from 'web-tree-sitter'; export declare function setWasmBasePath(basePath: string): void; export declare function loadLanguage(langName: string): Promise<Language>;