mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Merge pull request #7569 from uweg/master
Added relativeUrls to IOptions
This commit is contained in:
1
gulp-less/gulp-less.d.ts
vendored
1
gulp-less/gulp-less.d.ts
vendored
@@ -11,6 +11,7 @@ declare module "gulp-less" {
|
||||
modifyVars?: {};
|
||||
paths?: string[];
|
||||
plugins?: any[];
|
||||
relativeUrls?: boolean;
|
||||
}
|
||||
|
||||
function less(options?: IOptions): NodeJS.ReadWriteStream;
|
||||
|
||||
Reference in New Issue
Block a user