From 9c332eb64a3b6d754b97c47d58f09cacc433eb4a Mon Sep 17 00:00:00 2001 From: Vlad Frangu Date: Thu, 2 May 2019 14:00:00 +0300 Subject: [PATCH] src: BigInt enum entry should be lowercased --- source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.ts b/source/index.ts index c0038e5..066f8e5 100644 --- a/source/index.ts +++ b/source/index.ts @@ -9,7 +9,7 @@ export const enum TypeName { undefined = 'undefined', string = 'string', number = 'number', - bigint = 'BigInt', + bigint = 'bigint', symbol = 'symbol', Function = 'Function', Generator = 'Generator',