From 603c1f210d27f464ebf0ebf95da09cb34d508e6d Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Wed, 13 Mar 2019 15:12:37 +0800 Subject: [PATCH] Lint --- source/index.ts | 1 - 1 file changed, 1 deletion(-) 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;