This commit is contained in:
2023-06-17 10:57:15 +10:00
commit 3ae3c51386
12 changed files with 237236 additions and 0 deletions
Vendored
+12
View File
@@ -0,0 +1,12 @@
import * as _d3 from "d3";
import * as _topojson from "topojson";
declare global {
const d3: typeof _d3;
const topojson: typeof _topojson;
}
declare global {
const d3: typeof _d3;
const topojson: typeof _topojson;
}