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