Skip to content

Commit 270343c

Browse files
committed
export configRead
1 parent 9705e37 commit 270343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export {
66
processFile,
77
validateDocument,
88
} from './processing/index.js';
9-
export { appDataLocation } from './config/utils.js';
9+
export { appDataLocation, attemptToReadTOMLData } from './config/utils.js';
1010
export { CidDocument, SUPPORTED_FILE_TYPES } from './document.js';
1111
export { makeValidationResultDocument } from './validation/index.js';
1212
export { keepOutputColumns } from './processing/mapping.js';

0 commit comments

Comments
 (0)