0.0.36 • Published 7 months ago

@types/gulp-less v0.0.36

Weekly downloads
3,759
License
MIT
Repository
github
Last release
7 months ago

Installation

npm install --save @types/gulp-less

Summary

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

Details

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

index.d.ts

// Type definitions for gulp-less
// Project: https://github.com/plus3network/gulp-less
// Definitions by: Keita Kagurazaka <https://github.com/k-kagurazaka>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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



interface IOptions {
    modifyVars?: {} | undefined;
    paths?: string[] | undefined;
    plugins?: any[] | undefined;
    relativeUrls?: boolean | undefined;
}

declare function less(options?: IOptions): NodeJS.ReadWriteStream;

declare namespace less { }

export = less;

Additional Details

  • Last updated: Thu, 08 Jul 2021 14:22:30 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Keita Kagurazaka.

0.0.34

8 months ago

0.0.35

7 months ago

0.0.36

7 months ago

0.0.33

1 year ago

0.0.32

3 years ago

0.0.31

7 years ago

0.0.30

7 years ago

0.0.29

8 years ago

0.0.28

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.16-alpha

8 years ago

0.0.15-alpha

8 years ago