初始化fy
This commit is contained in:
4
uni_modules/UniDevTools/node_modules/local-pkg/dist/shared.d.ts
generated
vendored
Normal file
4
uni_modules/UniDevTools/node_modules/local-pkg/dist/shared.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare function loadPackageJSON(cwd?: string): Promise<Record<string, any> | null>;
|
||||
declare function isPackageListed(name: string, cwd?: string): Promise<boolean>;
|
||||
|
||||
export { isPackageListed, loadPackageJSON };
|
||||
Reference in New Issue
Block a user