@gwigz/slua-types 1.0.2 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/index.d.ts +393 -366
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -35,3 +35,7 @@ Types are generated from `refs/lsl-definitions/*.yaml` by the `gen-types` tool:
35
35
  ```bash
36
36
  bun run generate
37
37
  ```
38
+
39
+ ## Documentation
40
+
41
+ Full API reference and usage examples are available at [slua.gwigz.link/docs/slua](https://slua.gwigz.link/docs/slua).