1.4.5 • Published 2 years ago

@types/gulp-pug-linter v1.4.5

Weekly downloads
40
License
MIT
Repository
github
Last release
2 years ago

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

// Type definitions for gulp-pug-linter 1.4
// Project: https://github.com/ilyakam/gulp-pug-linter
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

/// <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: Thu, 23 Dec 2021 23:34:46 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

5 years ago