mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 19:41:53 +02:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
|
import {Chart} from '../dist/types.js';
|
||
|
|
||
|
export * from '../dist/types.js';
|
||
|
export default Chart;
|