internmap.js 276 B

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