@hasagi/types 14.11.1 → 14.24.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.
- package/README.md +9 -0
- package/lcu-endpoints.d.ts +3784 -3571
- package/lcu-events.d.ts +1331 -1316
- package/lcu-types.d.ts +25174 -23706
- package/package.json +27 -26
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# hasagi-types
|
|
2
|
+
|
|
3
|
+
This repository hosts the auto-generated `swagger.json` schema and TypeScript types for the League Client Update (LCU) API.
|
|
4
|
+
|
|
5
|
+
## npm package
|
|
6
|
+
The types are available in the npm package `@hasagi/types`.
|
|
7
|
+
```shell
|
|
8
|
+
npm install @hasagi/types
|
|
9
|
+
```
|