docs: adds missing Typescript DOM generator

This commit is contained in:
Adam Naji 2025-07-31 11:09:27 +03:00 committed by GitHub
parent 5366787152
commit 56d201aa8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ of some examples of KDL in the wild (either v1, v2, or both):
* [mise](https://mise.jdx.dev/) - dev tools, env vars, task runner * [mise](https://mise.jdx.dev/) - dev tools, env vars, task runner
* [Camping](https://github.com/camping/camping) - Ruby web microframework * [Camping](https://github.com/camping/camping) - Ruby web microframework
* [Iron Vault](https://ironvault.quest) - VTT (Virtual Tabletop) plugin for Obsidian for the Ironsworn family of games * [Iron Vault](https://ironvault.quest) - VTT (Virtual Tabletop) plugin for Obsidian for the Ironsworn family of games
* [Microsoft TypeScript DOM Generator](https://github.com/microsoft/TypeScript-DOM-lib-generator) - Tool for generating DOM-related TypeScript and JavaScript library files
* You? * You?
## Implementations ## Implementations