@types/gulp-pug-linter
TypeScript icon, indicating that this package has built-in type declarations

1.4.5 • Public • Published

Installation

npm install --save @types/gulp-pug-linter

Summary

This package contains type definitions for gulp-pug-linter (https://github.com/ilyakam/gulp-pug-linter).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-pug-linter.

index.d.ts

/// <reference types="node" />

interface GulpPugLinter {
    (options?: GulpPugLinter.Options): NodeJS.ReadWriteStream;
}

declare namespace GulpPugLinter {
    interface Options {
        reporter?: any;
        failAfterError?: boolean | undefined;
    }
}

declare var gulpPugLinter: GulpPugLinter;
export = gulpPugLinter;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by .

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-pug-linter

Weekly Downloads

24

Version

1.4.5

License

MIT

Unpacked Size

3.13 kB

Total Files

5

Last publish

Collaborators

  • types