d3-array.js 266 B

123456
  1. // `victory-vendor/d3-array` (CommonJS)
  2. // See upstream license: https://github.com/d3/d3-array/blob/main/LICENSE
  3. //
  4. // Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-array`
  5. module.exports = require("../lib-vendor/d3-array/src/index.js");