mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-22 04:51:52 +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;
|