blob: 8cc61214163ecbdb578b952b23ebcac13266b0b9 [file] [log] [blame]
import { TSESTree, AST_TOKEN_TYPES } from '../ts-estree';
declare namespace AST {
type TokenType = AST_TOKEN_TYPES;
type Token = TSESTree.Token;
type SourceLocation = TSESTree.SourceLocation;
type Range = TSESTree.Range;
}
export { AST };
//# sourceMappingURL=AST.d.ts.map