src: BigInt enum entry should be lowercased
This commit is contained in:
parent
8d979dd8a5
commit
9c332eb64a
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ export const enum TypeName {
|
|||
undefined = 'undefined',
|
||||
string = 'string',
|
||||
number = 'number',
|
||||
bigint = 'BigInt',
|
||||
bigint = 'bigint',
|
||||
symbol = 'symbol',
|
||||
Function = 'Function',
|
||||
Generator = 'Generator',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue