/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/index.ts
25 строк
559 B
Dan Onoshko
refactor: move to esm in sources (#10879)
17 ноя 2022, 16:08
Не верифицирован
17 ноя 2022, 16:08
5144127
Код
Авторство
О чём код?
export * from './controllers/index.js'; export * from './core/index.js'; export * from './elements/index.js'; export * from './platform/index.js'; export * from './plugins/index.js'; export * from './scales/index.js'; import * as controllers from './controllers/index.js'; import * as elements from './elements/index.js'; import * as plugins from './plugins/index.js'; import * as scales from './scales/index.js'; export { controllers, elements, plugins, scales, }; export const registerables = [ controllers, elements, plugins, scales, ];