Removed mention of class declarations

This commit is contained in:
ajeffrey@roblox.com 2021-03-02 11:20:57 -06:00
parent 8cd20a4c17
commit 950c5ee8f0

View file

@ -54,11 +54,4 @@ function sum(...: number): number
end
```
* _Class declarations in type definition files_ will allow object-oriented APIs to be declared!
```
declare class Cat : Animal
function meow() -> string
end
```
And there will be more!