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