UNPKG

website-auditfy

Version:

> Tool for validate your project on SEO, HTML, CSS, JS, TS, Performance, Security and A11Y

6 lines (5 loc) 185 B
export declare class JsonFileUtils { static parseFile<T>(filePath: string): any; static getPackageJsonPath(): string; static saveJsonFile<T>(data: T, path: string): void; }