2.7.8 • Published 6 months ago

@types/gulp-stylus v2.7.8

Weekly downloads
441
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/gulp-stylus

Summary

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

Details

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

index.d.ts

// Type definitions for gulp-stylus 2.7
// Project: https://github.com/stevelacy/gulp-stylus
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

declare function gulpStylus(options?: gulpStylus.Options): NodeJS.ReadWriteStream;

declare namespace gulpStylus {
    interface VariableDefinitions {
        [variableName: string]: any;
    }
    interface Options {
        compress?: boolean | undefined;
        linenos?: boolean | undefined;
        'include css'?: boolean | undefined;
        rawDefine?: VariableDefinitions | undefined;
    }
}

export = gulpStylus;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:47 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

2.7.6

8 months ago

2.7.8

6 months ago

2.7.7

7 months ago

2.7.5

1 year ago

2.7.4

2 years ago

2.7.3

2 years ago

2.7.2

3 years ago

2.7.1

5 years ago

2.7.0

5 years ago