pub fn exec_node_js(js_code: &str, opts: JsExecOptions) -> Result<String>
Expand description
Executes js_code
and capture thw output.
pub fn exec_node_js(js_code: &str, opts: JsExecOptions) -> Result<String>
Executes js_code
and capture thw output.