diff --git a/source/index.ts b/source/index.ts index fdd3edc..cfd16ed 100644 --- a/source/index.ts +++ b/source/index.ts @@ -366,8 +366,5 @@ Object.defineProperties(is, { } }); +module.exports = is; // For CommonJS default export support export default is; - -// For CommonJS default export support -module.exports = is; -module.exports.default = is;