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',
string = 'string',
number = 'number',
bigint = 'BigInt',
bigint = 'bigint',
symbol = 'symbol',
Function = 'Function',
Generator = 'Generator',