persona-community-5/.pnpm-store/v3/files/f0/4093e4a827dcd1c16a9abdae85e7c473a4dace8d0a4c6447c71e44d80bd43f16dcace1166a970a454454082285f54b49895820287afdd095cc78ce714de6a2
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

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