UNPKG

extension-develop

Version:
3 lines (2 loc) 173 B
export declare function findNearestPackageJson(manifestPath: string): Promise<string | null>; export declare function validatePackageJson(packageJsonPath: string): boolean;