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

0.0.35 • Public • Published

Installation

npm install --save @types/gulp-coffeelint

Summary

This package contains type definitions for gulp-coffeelint (https://github.com/janraasch/gulp-coffeelint).

Details

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

index.d.ts

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

declare namespace coffeelint {
    interface Coffeelint {
        /**
         * @param optFile Absolute path of a json file containing options for coffeelint.
         * @param opt Options you wish to send to coffeelint. If optFile is given, this will be ignored.
         * @param literate Are we dealing with Literate CoffeeScript?
         * @param rules Add custom rules to coffeelint.
         */
        (optFile?: string, opt?: any, literate?: boolean, rules?: Function[]): NodeJS.ReadWriteStream;
        reporter(reporter?: string | Function): NodeJS.ReadWriteStream;
    }
}

declare var coffeelint: coffeelint.Coffeelint;

export = coffeelint;

Additional Details

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

Credits

These definitions were written by Qubo.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-coffeelint

Weekly Downloads

35

Version

0.0.35

License

MIT

Unpacked Size

4.02 kB

Total Files

5

Last publish

Collaborators

  • types