blob: f4fece719958811ec2b39afc938f3cf267ef1b34 [file] [log] [blame]
import * as TSESTree from './ast-spec';
declare module './ast-spec' {
interface BaseNode {
parent?: TSESTree.Node;
}
}
export * as TSESTree from './ast-spec';
//# sourceMappingURL=ts-estree.d.ts.map