support Luau singleton types RFC
matthargett opened this issue · 1 comments
matthargett commented
https://github.com/Roblox/luau/blob/master/rfcs/syntax-singleton-types.md
type NetworkError = "parse" | "connection"
type Element = {
["$$typeof"]: number
}
type Cacheable<T> = {
["@@meta"]: T
}
matthargett commented
Closed by #219