You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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