choropleth/global.d.ts

13 lines
226 B
TypeScript
Raw Normal View History

2023-06-17 02:57:15 +02:00
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;
}