src: BigInt enum entry should be lowercased

This commit is contained in:
Vlad Frangu 2019-05-02 14:00:00 +03:00
parent 8d979dd8a5
commit 9c332eb64a
No known key found for this signature in database
GPG key ID: 549A660965A303E9

View file

@ -9,7 +9,7 @@ export const enum TypeName {
undefined = 'undefined', undefined = 'undefined',
string = 'string', string = 'string',
number = 'number', number = 'number',
bigint = 'BigInt', bigint = 'bigint',
symbol = 'symbol', symbol = 'symbol',
Function = 'Function', Function = 'Function',
Generator = 'Generator', Generator = 'Generator',