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',
|
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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue