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