mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:39:30 +08:00
8 lines
No EOL
244 B
Text
8 lines
No EOL
244 B
Text
import * as TSESTree from './generated/ast-spec';
|
|
declare module './generated/ast-spec' {
|
|
interface BaseNode {
|
|
parent?: TSESTree.Node;
|
|
}
|
|
}
|
|
export * as TSESTree from './generated/ast-spec';
|
|
//# sourceMappingURL=ts-estree.d.ts.map |