index.d.ts 336 Bytes
export * from './analyze';
export * from './Definition';
export * from './Options';
export * from './PatternVisitor';
export * from './Reference';
export * from './Referencer';
export * from './Scope';
export * from './ScopeManager';
export * from './Variable';
export declare const version: string;
//# sourceMappingURL=index.d.ts.map