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 ad79d1d commit e87b8cfCopy full SHA for e87b8cf
src/cli/analyze-files.ts
@@ -6,9 +6,9 @@ import * as yaml from 'js-yaml';
6
import { minimatch } from 'minimatch';
7
import {
8
Config,
9
- Results,
10
getColorsOfFile,
11
getInvalidColorsOfFile,
+ Results,
12
} from '../core';
13
import { containsBase64EncodedString, readSvgFile } from './utils';
14
src/core/models/index.ts
@@ -1,3 +1,3 @@
1
export * from './color';
2
-export * from './result';
3
export * from './config';
+export * from './result';
0 commit comments