README
FiveM client typings
Breaking changes
- 2.0.*: Correct
BOOLnative return types tobooleaninstead ofnumber.
Typings for the CitizenFX client JS API.
<script type="module">
import citizenfxClient from 'https://cdn.skypack.dev/@citizenfx/client';
</script>
BOOL native return types to boolean instead of number.