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

0.0.36 • Public • Published

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

/// <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: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Keita Kagurazaka.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gulp-less

Weekly Downloads

3,346

Version

0.0.36

License

MIT

Unpacked Size

3.25 kB

Total Files

5

Last publish

Collaborators

  • types