mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-22 11:40:10 +08:00
Add relativeUrls to IOptions
This commit is contained in:
Vendored
+1
@@ -10,6 +10,7 @@ declare module "gulp-less" {
|
||||
interface IOptions {
|
||||
paths: string[];
|
||||
plugins?: any[];
|
||||
relativeUrls?: boolean;
|
||||
}
|
||||
|
||||
function less(options?: IOptions): NodeJS.ReadWriteStream;
|
||||
|
||||
Reference in New Issue
Block a user