13 lines
226 B
TypeScript
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;
|
||
|
}
|