UNPKG

website-auditfy

Version:

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

8 lines (7 loc) 175 B
import { File } from './file.model'; export declare class SourceModel { isURL: boolean; file: File; url: string; static create(source: string): SourceModel; }