Skip to content

Commit 63faa2a

Browse files
committed
chore: clearer exports
1 parent 45e2b63 commit 63faa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
66
*/
77

8-
export * from './sourceTracking';
8+
export { SourceTracking, SourceTrackingOptions } from './sourceTracking';
99
export {
1010
RemoteSyncInput,
1111
ChangeOptionType,

0 commit comments

Comments
 (0)