Urara-Blog/node_modules/.pnpm-store/v3/files/13/3950f369ba6d9d31c2b65e29104ceda6f122fa018a2fa74ee15890444f23f2a2ecdd4e9ed0b20f85f0a3817d43b2a07938a52d22cde0fbbe71a22df897f19e
2022-08-14 01:14:53 +08:00

9 lines
No EOL
288 B
Text

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