mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-21 18:01:39 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
9
src/Definitions/globals.d.ts
vendored
Normal file
9
src/Definitions/globals.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
d3-shape depends on a global type CanvasPathMethods in lib.dom.d.ts, but this was renamed
|
||||
to CanvasPath in TS 3.1. This file aliases the new type to the old type name to make
|
||||
d3-shape happy.
|
||||
See: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/27776
|
||||
And: https://github.com/Microsoft/TSJS-lib-generator/issues/548
|
||||
*/
|
||||
|
||||
type CanvasPathMethods = CanvasPath;
|
||||
Reference in New Issue
Block a user