UNPKG

voluptasvelit

Version:
10 lines (8 loc) 184 B
import * as ESTree from 'estree'; export interface IAnalyzer <T> { /** * @param {Program} astTree * @returns {T[]} */ analyze (astTree: ESTree.Program): T[]; }