mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add missing headers option to HtmlValidator (#39313)
`headers` is documented in the html-validator README, https://github.com/zrrrzzt/html-validator#readme .
This commit is contained in:
committed by
Wesley Wigham
parent
d4ee0e98f3
commit
f02a0551df
Vendored
+1
@@ -24,6 +24,7 @@ declare namespace HtmlValidator {
|
||||
ignore?: string | string[];
|
||||
isLocal?: boolean;
|
||||
isFragment?: boolean;
|
||||
headers?: Record<string, string>;
|
||||
}
|
||||
|
||||
interface OptionsForHtmlFileAsValidationTarget extends BasicOptions {
|
||||
|
||||
Reference in New Issue
Block a user