Closed Fireboltofdeath closed 2 years ago
Record<string, number> generates as an empty object (t.any())
Record<string, number>
t.any()
Ideally, this should support index signatures for objects with members as well.
https://github.com/rbxts-flamework/transformer/commit/cf4d5ed7dcca5ad6c49befb7f674aa3ee1b959a7
Record<string, number>
generates as an empty object (t.any()
)Ideally, this should support index signatures for objects with members as well.