mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Update less.d.ts
Remove quotes as this isn't recognised by typescript in VS 2013 Update 4
This commit is contained in:
2
less/less.d.ts
vendored
2
less/less.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: AndrewGaspar <https://github.com/AndrewGaspar>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module "less" {
|
||||
declare module less {
|
||||
class LessError {
|
||||
constructor(e: Error, env);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user