7 lines
232 B
JavaScript
7 lines
232 B
JavaScript
|
|
// `victory-vendor/d3-format` (ESM)
|
|
// See upstream license: https://github.com/d3/d3-format/blob/main/LICENSE
|
|
//
|
|
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-format`
|
|
export * from "d3-format";
|