UNPKG

@types/gulp-less

Version:
34 lines (24 loc) 964 B
# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gulp-less/index.d.ts) ````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](https://npmjs.com/package/@types/node) # Credits These definitions were written by [Keita Kagurazaka](https://github.com/k-kagurazaka).