1
0
mirror of https://github.com/d3/d3.git synced 2025-12-08 19:46:24 +00:00
d3/bundle.js
Mike Bostock 23b0212743
Adopt type: module. (#3506)
* remove Sublime project

* adopt type=module; update dependencies

* type: module

* GitHub actions
2021-06-11 10:50:19 -07:00

3 lines
72 B
JavaScript

export {version} from "./package.json";
export * from "./src/index.js";