aico-pack
Version:
A tool to pack repository contents to single file for AI consumption
19 lines • 414 B
TypeScript
export declare const lang2Query: {
javascript: string;
typescript: string;
c: string;
cpp: string;
python: string;
rust: string;
go: string;
c_sharp: string;
ruby: string;
java: string;
php: string;
swift: string;
solidity: string;
css: string;
vue: string;
};
export type SupportedLang = keyof typeof lang2Query;
//# sourceMappingURL=lang2Query.d.ts.map