d3-time.js 289 B

1234567
  1. // `victory-vendor/d3-time` (CommonJS)
  2. // See upstream license: https://github.com/d3/d3-time/blob/main/LICENSE
  3. //
  4. // This file only exists for tooling that doesn't work yet with package.json:exports
  5. // by proxying through the CommonJS version.
  6. module.exports = require("./lib/d3-time");