UNPKG

website-auditfy

Version:

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

8 lines (7 loc) 246 B
import { MessageType } from "../enum/message.enum"; export declare class Message { message: string; type: MessageType; constructor(message: string, type: MessageType); static create(message: string, type: MessageType): Message; }