export config typedef
This commit is contained in:
parent
cf6db436f1
commit
2024386fb3
3 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,5 @@
|
|||
declare const uvPath: string;
|
||||
|
||||
export { uvPath };
|
||||
|
||||
export * from '../uv';
|
||||
|
|
|
|||
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
|
|
@ -1 +1 @@
|
|||
declare const __uv$config: import('./uv').UVConfig;
|
||||
declare const __uv$config: import('../uv').UVConfig;
|
||||
|
|
|
|||
0
src/uv.d.ts → uv.d.ts
vendored
0
src/uv.d.ts → uv.d.ts
vendored
Loading…
Add table
Reference in a new issue