From 1dce31d2a862159c9883060817a836dd4c69cda0 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sat, 18 May 2019 22:37:06 +0800 Subject: [PATCH] Drop default export --- source/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/index.ts b/source/index.ts index 0762263..1a8c8ed 100644 --- a/source/index.ts +++ b/source/index.ts @@ -386,7 +386,3 @@ Object.defineProperties(is, { }); export = is; - -// ES module compatibility -// TODO: Remove this for the next major release -export default is;