devexperts / dxcharts-lite

Flexible financial charts based on HTML5 canvas
https://devexperts.com/dxcharts/
Mozilla Public License 2.0
45 stars 9 forks source link

Types should be exportable #178

Open Fyzu opened 3 months ago

Fyzu commented 3 months ago

Duplicates

Latest version

Describe the bug 😯

Exporting types allows them to be imported and used in other files, facilitating type checking, code organization, and reusability.

Link to minimal reproduction

https://github.com/devexperts/dxcharts-lite/blob/master/src/index.ts

Steps to Reproduce the Bug or Issue 🕹

Expected behavior 🤔

export type { SomeType, ... } from './...'

Platform

ALL

Additional context 🔦

No response

disyakidneyshot commented 2 months ago

Hello there @Fyzu ! Great improvement, we've been thinking about it for a long time. We should definitely do it :)