mirror of
https://github.com/luau-lang/rfcs.git
synced 2025-05-04 10:43:48 +01:00
Update docs/user-defined-type-functions.md
Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
parent
0c2914e998
commit
1643c16d3d
1 changed files with 3 additions and 3 deletions
|
@ -82,9 +82,9 @@ All attributes of newly created typelib are initialized with empty tables / arra
|
|||
| `unknown` | `typelib` | an immutable runtime representation of the built-in type `unknown` |
|
||||
| `never` | `typelib` | an immutable runtime representation of the built-in type `never` |
|
||||
| `any` | `typelib` | an immutable runtime representation of the built-in type `any` |
|
||||
| `boolean` | `typelib` | returns an immutable runtime representation of the built-in type `boolean` |
|
||||
| `number` | `typelib` | returns an immutable runtime representation of the built-in type `number` |
|
||||
| `string` | `typelib` | returns an immutable runtime representation of the built-in type `string` |
|
||||
| `boolean` | `typelib` | an immutable runtime representation of the built-in type `boolean` |
|
||||
| `number` | `typelib` | an immutable runtime representation of the built-in type `number` |
|
||||
| `string` | `typelib` | an immutable runtime representation of the built-in type `string` |
|
||||
|
||||
| Instance Methods | Return Type | Description |
|
||||
| ------------- | ------------- | ------------- |
|
||||
|
|
Loading…
Add table
Reference in a new issue