mirror of
https://github.com/kvcache-ai/ktransformers.git
synced 2025-09-05 20:19:51 +00:00
7 lines
No EOL
118 B
TypeScript
7 lines
No EOL
118 B
TypeScript
declare module '*.js' {
|
|
const config: {
|
|
apiUrl: string;
|
|
port:number;
|
|
};
|
|
export { config };
|
|
} |