Skip to content

Commit 6cdbfdf

Browse files
committed
Document 'any' type hint
1 parent 47e1ee6 commit 6cdbfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/New Features/Type Hinting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ There's no effect on performance. This is implemented entirely during the compil
2525
- `userdata`
2626
- `nil`
2727
- `void` (return type only)
28+
- `any`
2829

2930
Prefix a `?` to indicate void-able types, e.g. `?string` indicates that it may be absent, nil, or a string.
3031

0 commit comments

Comments
 (0)