mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Clean up types in build/lib/optimize.ts
This commit is contained in:
12
build/lib/typings/gulp-cssnano.d.ts
vendored
Normal file
12
build/lib/typings/gulp-cssnano.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
declare module "gulp-cssnano" {
|
||||
function f(opts:{reduceIdents:boolean;}): NodeJS.ReadWriteStream;
|
||||
|
||||
/**
|
||||
* This is required as per:
|
||||
* https://github.com/Microsoft/TypeScript/issues/5073
|
||||
*/
|
||||
namespace f {}
|
||||
|
||||
export = f;
|
||||
}
|
||||
Reference in New Issue
Block a user