Chart.js/auto/auto.mts
Ben McCann 6feb48b5ef
Allow ESM files to be used in Node.js (#10479)
Allow ESM files to be used in Node.js
2022-07-30 11:25:23 -04:00

5 lines
103 B
TypeScript

import { Chart } from '../types/index.esm';
export * from '../types/index.esm';
export default Chart;