From dd5c32f8891cea88450c98409be30dd058432fbc Mon Sep 17 00:00:00 2001 From: Julien Fontanet Date: Tue, 4 Jul 2017 14:06:22 +0200 Subject: [PATCH] chore(utils): no longer export isPromise --- src/utils.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index 86411101a..1b497e14a 100644 --- a/src/utils.js +++ b/src/utils.js @@ -369,7 +369,6 @@ export { all as pAll, delay as pDelay, fromCallback as pFromCallback, - isPromise, lastly as pFinally, promisify, promisifyAll,