We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9705e37 commit 270343cCopy full SHA for 270343c
src/index.ts
@@ -6,7 +6,7 @@ export {
6
processFile,
7
validateDocument,
8
} from './processing/index.js';
9
-export { appDataLocation } from './config/utils.js';
+export { appDataLocation, attemptToReadTOMLData } from './config/utils.js';
10
export { CidDocument, SUPPORTED_FILE_TYPES } from './document.js';
11
export { makeValidationResultDocument } from './validation/index.js';
12
export { keepOutputColumns } from './processing/mapping.js';
0 commit comments