caniemail
Version:
HTML and CSS Feature Support for Email Clients from caniemail.com
9 lines • 339 B
TypeScript
import type { Document } from 'domhandler';
import { type BaseCheckArgs } from './check-base.js';
interface CheckHtmlArgs extends BaseCheckArgs {
document: Document;
source: string;
}
export declare const checkHtml: ({ clients, issues, document, source }: CheckHtmlArgs) => void;
export {};
//# sourceMappingURL=check-html.d.ts.map