UNPKG

cypress-html-validate

Version:

Cypress plugin for html-validate

20 lines (15 loc) 520 B
// Generated by dts-bundle-generator v9.5.1 import { ConfigData, Message } from 'html-validate'; export interface CypressHtmlValidateOptions { exclude: string[]; include: string[]; formatter?: (messages: Message[]) => void; } export declare function install(on: (action: "task", arg: Record<string, (value: any) => any>) => void, userConfig?: ConfigData, userOptions?: Partial<CypressHtmlValidateOptions>): void; declare const _default: { install: typeof install; }; export { _default as default, }; export {};