UNPKG

website-auditfy

Version:

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

12 lines (11 loc) 255 B
export declare class File { dir: string; filename: string; extension: string; absolutePath: string; relativePath: string; pathWithExtension: string; test: string; constructor(); static create(filePath: string): File; }