5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
declare const uvPath: string;
|
|
|
|
export { uvPath };
|
|
|
|
export * from '../uv';
|