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 861ca0b commit 26b62f9Copy full SHA for 26b62f9
index.ts
@@ -44,6 +44,6 @@ if (!process.argv.slice(2).length) {
44
}
45
46
// class exports for programtic use
47
-export { OpenAPIScorer } from './src/lib/reporter';
48
-export { OpenAPIParser } from './src/lib/parser';
49
export { Evaluators } from './src/lib/evaluators';
+export { OpenAPIParser } from './src/lib/parser';
+export { OpenAPIScorer } from './src/lib/reporter';
0 commit comments