Merge pull request #3066 from DetachHead/patch-1

add `out` keyword to typescript
This commit is contained in:
Henning Dieterichs 2022-04-11 16:38:35 +02:00 committed by GitHub
commit d987b87d6d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,6 +127,7 @@ export const language = {
'null',
'number',
'object',
'out',
'package',
'private',
'protected',