Function bjs::vec_hashmap_to_jsvalue

source ยท
pub fn vec_hashmap_to_jsvalue(
    ctx: &mut Context,
    vec: Vec<HashMap<String, String>>
) -> JsValue