Skip to content

Commit 657dbcf

Browse files
pddpdneoddish
authored andcommitted
fix(ava): adjust export style
1 parent 551835d commit 657dbcf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

packages/ava/src/index.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,10 @@ export type {
4848
} from './ckb';
4949

5050
/* data */
51-
export { analyzeField } from './data/analysis';
52-
export { Series, DataFrame } from './data/dataset';
5351
export {
52+
analyzeField,
53+
Series,
54+
DataFrame,
5455
min,
5556
max,
5657
sum,
@@ -74,7 +75,7 @@ export {
7475
pcorrtest,
7576
cdf,
7677
maxabs,
77-
} from './data/statistics';
78+
} from './data';
7879
export type {
7980
FieldType,
8081
FieldInfo,
@@ -87,7 +88,7 @@ export type {
8788
Axis,
8889
Extra,
8990
FieldsInfo,
90-
} from './data/types';
91+
} from './data';
9192

9293
/* insight */
9394
export { getInsights, generateInsightVisualizationSpec } from './insight';

0 commit comments

Comments
 (0)