mirror of
https://github.com/coder/code-server.git
synced 2026-05-10 14:27:26 +02:00
Squashed 'lib/vscode/' content from commit e5a624b788
git-subtree-dir: lib/vscode git-subtree-split: e5a624b788d92b8d34d1392e4c4d9789406efe8f
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