Add type definitions
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-30 00:56:34 +00:00
parent 737c9b6ed7
commit 7c41c80734

6
src/types/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import { TSESTree } from '@typescript-eslint/typescript-estree';
export { TSESTree };
export * from './ast';
export * from './graph';