diff --git a/source/index.ts b/source/index.ts index 8ee3dd5..c6aeea2 100644 --- a/source/index.ts +++ b/source/index.ts @@ -48,8 +48,8 @@ export const enum TypeName { ArrayBuffer = 'ArrayBuffer', SharedArrayBuffer = 'SharedArrayBuffer', DataView = 'DataView', - Promise = 'Promise', - URL = 'URL' + Promise = 'Promise', + URL = 'URL' } const toString = Object.prototype.toString;