mirror of
https://github.com/swc-project/swc.git
synced 2025-01-07 14:21:42 +03:00
3 lines
78 B
TypeScript
3 lines
78 B
TypeScript
interface I {
|
|
[a = 0] // Used to be indexer, now it is a computed property
|
|
} |