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