We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839bc45 commit 5a24b8bCopy full SHA for 5a24b8b
src/index.ts
@@ -11,7 +11,7 @@ type PluginOptions = {
11
12
/**
13
* Gulp plugin to validate XML files using the xmldom library.
14
- * @returns {Transform} A transform stream that validates XML files.
+ * @returns A transform stream that validates XML files.
15
*/
16
export function xmlValidator(
17
options: PluginOptions = {
0 commit comments