Skip to content

Commit 7838099

Browse files
committed
Stop flattening ~/core/data-loader into ~/core
1 parent 95cb02c commit 7838099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ export * from './cli';
66
export { splitDb, splitDb2 } from './database';
77
export * from './events';
88
export * from './resources';
9-
export * from './data-loader';
9+
export { type LoaderOf, Loader } from './data-loader';
1010
export * from './tracing';

0 commit comments

Comments
 (0)