Skip to content

Commit 2f39766

Browse files
committed
🏷️ Add readonly
1 parent 58fb571 commit 2f39766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/langs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ interface StaticLangRegistrations {
8888
readonly Yaml: typeof yaml
8989

9090
/** To satisfy `DynamicLangRegistrations`. */
91-
[langName: string]: StaticLangRegistration
91+
readonly [langName: string]: StaticLangRegistration
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)