UNPKG

wxt

Version:

⚡ Next-gen Web Extension Framework

7 lines (6 loc) 198 B
/** * Read the project's package.json. * * TODO: look in root and up directories until it's found */ export declare function getPackageJson(): Promise<Partial<Record<string, any>> | undefined>;