Kampfkarren/full-moon

support Luau singleton types RFC

matthargett opened this issue · 1 comments

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
}

Closed by #219