astro-ghostcms/.pnpm-store/v3/files/f0/4093e4a827dcd1c16a9abdae85e...

9 lines
293 B
Plaintext

import type { AST_TOKEN_TYPES, TSESTree } 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