usejs_sys::{Array, JsString, Object, Promise};usewasm_bindgen::prelude::*;#[wasm_bindgen(module ="@actions/exec")]extern{// FIXME: switch to typed options; requires node typings
/// Execute a command and stream the output to the console.
#[wasm_bindgen]pubfnexec(command:&JsString, args:Option<&Array>, options:Option<&Object>)-> Promise;}