add out keyword to typescript

This commit is contained in:
DetachHead 2022-04-10 01:52:16 +10:00 committed by GitHub
parent e57709f4d9
commit 3e936d0e3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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