UNPKG

106 BTypeScriptView Raw
1import { AST } from './types/AST';
2export declare function optimize(ast: AST, processed?: Set<AST>): AST;