Skip to main content

eval_ts_with_output

Function eval_ts_with_output 

Source
pub fn eval_ts_with_output(source: &str) -> Result<(Value, String)>
Expand description

Evaluate TypeScript and return both the value and stdout output.