We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
readonly
1 parent 58fb571 commit 2f39766Copy full SHA for 2f39766
src/langs.ts
@@ -88,7 +88,7 @@ interface StaticLangRegistrations {
88
readonly Yaml: typeof yaml
89
90
/** To satisfy `DynamicLangRegistrations`. */
91
- [langName: string]: StaticLangRegistration
+ readonly [langName: string]: StaticLangRegistration
92
}
93
94
/**
0 commit comments