| deepClone | Deep clone a value, creating a completely independent copy. Recursively clones all nested properties. |
| deepEquals | Deep equality function for plain objects. Recursively compares all nested properties. |
| fromBase64 | Decode a Base64 string. Works in all environments including FiveM client (no atob/TextDecoder). |
| sleep | Returns a promise that resolves after the specified number of milliseconds. |
| toBase64 | Encode a string to Base64. Works in all environments including FiveM client (no btoa/TextEncoder). |
| waitFor | Wait for a condition to become true with timeout. |