|
|
|
|
|
by jdminhbg
1222 days ago
|
|
Not really. This is a syntactic error, not a type error. To expand, this is the equivalent of something like {"a": 1, "b":}. The type checker in something like Typescript wouldn't ever come into play, because it's not legal syntax to begin with. |
|