export config typedef

This commit is contained in:
David Reed 2023-02-11 13:24:47 -05:00
parent cf6db436f1
commit 2024386fb3
No known key found for this signature in database
GPG key ID: 2211691D8A1EE72F
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
declare const uvPath: string;
export { uvPath };
export * from '../uv';

2
src/global.d.ts vendored
View file

@ -1 +1 @@
declare const __uv$config: import('./uv').UVConfig;
declare const __uv$config: import('../uv').UVConfig;

View file