Function workflow_node::fs::write_file_sync

source ยท
pub fn write_file_sync(
    path: &str,
    data: JsValue,
    options: Object,
) -> Result<(), JsValue>