Files
choropleth/global.d.ts
T

13 lines
226 B
TypeScript
Raw Normal View History

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