From e4b9bcda874aedd70a23170e3c95b6cf6718e37c Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Thu, 16 May 2019 17:08:34 +0800 Subject: [PATCH] Lint: trailing whitespace --- source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.ts b/source/index.ts index 48658c7..6c92c57 100644 --- a/source/index.ts +++ b/source/index.ts @@ -387,6 +387,6 @@ Object.defineProperties(is, { // ES module compatibility // TODO: Remove this for the next major release -is.default = is; +is.default = is; export = is;