From 58daa3eaf44d8a6c2b90c3ac3f15a4142bdabebd Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 16 May 2019 17:26:33 +0800 Subject: [PATCH] /2 --- source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.ts b/source/index.ts index 41c7336..0762263 100644 --- a/source/index.ts +++ b/source/index.ts @@ -389,4 +389,4 @@ export = is; // ES module compatibility // TODO: Remove this for the next major release -exports default is; +export default is;