UNPKG

446 BTypeScriptView Raw
1export * from './engine';
2export * from './analyzer';
3export * from './types';
4export * from './config';
5export * from './enums';
6export * from './hint-context';
7import * as allUtils from './utils';
8import { Analyzer } from './analyzer';
9export declare const utils: typeof allUtils;
10export declare const createAnalyzer: typeof Analyzer.create;
11export declare const getUserConfig: typeof Analyzer.getUserConfig;
12//# sourceMappingURL=index.d.ts.map
\No newline at end of file