Azure / AppConfiguration-JavaScriptProvider

The configuration provider for consuming data in Azure App Configuration from JavaScript applications like Node or browser apps.
https://github.com/Azure/AppConfiguration
MIT License
7 stars 2 forks source link

update doc comments per TSDoc standard #36

Closed Eskibear closed 9 months ago

Eskibear commented 9 months ago

This PR follows the TSDoc standard to update the doc comments, providing better intellisense.

Eskibear commented 9 months ago

E.g. for keyFilter previously the description is bound with type SettingSelector and won't show up directly on keyFilter property as below:

image

now it's more helpful: image