There was an error while loading. Please reload this page.
1 parent f8fa714 commit 839bc45Copy full SHA for 839bc45
src/index.ts
@@ -25,9 +25,9 @@ export function xmlValidator(
25
26
/**
27
* Transform function for the Gulp plugin.
28
- * @param {Vinyl} file - The vinyl file being processed.
29
- * @param {BufferEncoding} _encoding - The encoding of the file.
30
- * @param {TransformCallback} callback - The callback function to signal the completion of the transformation.
+ * @param file - The vinyl file being processed.
+ * @param _encoding - The encoding of the file.
+ * @param callback - The callback function to signal the completion of the transformation.
31
*/
32
transform(file: Vinyl, _encoding: BufferEncoding, callback: TransformCallback) {
33
if (file.isNull()) {
0 commit comments