output_interpreter.d.ts 131 Bytes Edit Raw Blame History Permalink 1 2 import * as o from './output_ast'; export declare function interpretStatements(statements: o.Statement[], resultVar: string): any;