b8a60a9b4467536c933902099e7ea8b53c8babc9
[dotfiles/.git] / index.d.ts
1 import * as ASTUtils from './ast-utils';
2 import * as ESLintUtils from './eslint-utils';
3 import * as JSONSchema from './json-schema';
4 import * as TSESLint from './ts-eslint';
5 import * as TSESLintScope from './ts-eslint-scope';
6 export { ASTUtils, ESLintUtils, JSONSchema, TSESLint, TSESLintScope };
7 export * from './ts-estree';
8 //# sourceMappingURL=index.d.ts.map