6 lines
250 B
Markdown
6 lines
250 B
Markdown
# 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`
|