(options)
| 201 | * @returns {Promise<undefined>} Returns a Promise that resolves when the validation succeeds |
| 202 | */ |
| 203 | export async function validateWorkspace(options) { |
| 204 | await _validate("ui5-workspace", options); |
| 205 | } |
| 206 | |
| 207 | export { |
| 208 | /** |
no test coverage detected