mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #7569 from uweg/master
Added relativeUrls to IOptions
This commit is contained in:
Vendored
+1
@@ -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