choropleth/global.d.ts
2023-08-09 19:32:43 +10:00

13 lines
226 B
TypeScript

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;
}