This commit is contained in:
2021-06-23 21:29:51 -05:00
parent 3b0ee59f47
commit 655edc3d16
45 changed files with 963 additions and 0 deletions

5
ts-lua/readme.md Normal file
View File

@@ -0,0 +1,5 @@
# notes
- all `number` will be classified as `integer` or `float` in the `@remarks` or `@param`/`@returns`
- `vector` in the docs is represented as a `table` in lua, which is just an `object` in typescript
- `uint*_t` are `number`, not `Uint*Array`