mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
3 lines
40 B
TypeScript
3 lines
40 B
TypeScript
class A {
|
|
[key: string]?: number;
|
|
}
|