astro-ghostcms/.pnpm-store/v3/files/4f/387c1e0e9e16d17bb66910da134...

7 lines
183 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {URL} url
* @returns {PackageType}
*/
export function getPackageType(url: URL): PackageType;
export type PackageType = import('./package-json-reader.js').PackageType;