mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Fixed optional argument
This commit is contained in:
Vendored
+1
-1
@@ -504,7 +504,7 @@ declare module "less" {
|
||||
value: string;
|
||||
|
||||
toCSS(env?: Options): string;
|
||||
genCSS(env?: Options, output): string;
|
||||
genCSS(env: Options, output): string;
|
||||
eval(): Attribute;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user