Function write_file_sync

Source
pub fn write_file_sync(
    file: &JsValue,
    data: &JsValue,
    options: Option<WriteFileSyncOptions>,
)