* Simplify `is_uuid` function. Also because it returns now value itself it possible write ```Lua my_uuid = is_uuid(value1) or is_uuid(value2) ``` * Change. Ensure `is_uuid` returns only boolean value |
||
|---|---|---|
| .. | ||
| functions | ||
| startup | ||
| tests | ||
* Simplify `is_uuid` function. Also because it returns now value itself it possible write ```Lua my_uuid = is_uuid(value1) or is_uuid(value2) ``` * Change. Ensure `is_uuid` returns only boolean value |
||
|---|---|---|
| .. | ||
| functions | ||
| startup | ||
| tests | ||