uni-ticket-system/node_modules/local-pkg/dist/shared.d.ts

5 lines
211 B
TypeScript
Raw Normal View History

2023-12-05 02:11:10 +00:00
declare function loadPackageJSON(cwd?: string): Promise<Record<string, any> | null>;
declare function isPackageListed(name: string, cwd?: string): Promise<boolean>;
export { isPackageListed, loadPackageJSON };