Urara-Blog/node_modules/.pnpm-store/v3/files/ab/044b46c39aa8da78884764a0a5eaa90468198781e6e0d3a504f28797fef8ca83a28afafa6cfc19fbe7d6bd9d4c67e8fdc3711560aadf2a48872f9ecc94725b
2022-08-14 01:14:53 +08:00

4 lines
211 B
Text

declare function loadPackageJSON(cwd?: string): Promise<Record<string, any> | null>;
declare function isPackageListed(name: string, cwd?: string): Promise<boolean>;
export { isPackageListed, loadPackageJSON };