hint
Version:
The linting tool for the web
12 lines • 446 B
TypeScript
export * from './engine';
export * from './analyzer';
export * from './types';
export * from './config';
export * from './enums';
export * from './hint-context';
import * as allUtils from './utils';
import { Analyzer } from './analyzer';
export declare const utils: typeof allUtils;
export declare const createAnalyzer: typeof Analyzer.create;
export declare const getUserConfig: typeof Analyzer.getUserConfig;
//# sourceMappingURL=index.d.ts.map