From 0c33860b0f0805725be1d7df6e58cf0d40a9f0c5 Mon Sep 17 00:00:00 2001 From: 30secondsofcode <30secondsofcode@gmail.com> Date: Wed, 3 Oct 2018 19:29:27 +0000 Subject: [PATCH] Travis build: 588 --- README.md | 1 - docs/node.html | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index c4da8e814..9291bfd23 100644 --- a/README.md +++ b/README.md @@ -6306,7 +6306,6 @@ const isDuplexStream = val => val !== null && typeof val === 'object' && typeof val.pipe === 'function' && - typeof val.pipe === 'function' && typeof val._read === 'function' && typeof val._readableState === 'object' && typeof val._write === 'function' && diff --git a/docs/node.html b/docs/node.html index 90f1f3c1e..0edb294d5 100644 --- a/docs/node.html +++ b/docs/node.html @@ -141,7 +141,6 @@ console.log< val !== null && typeof val === 'object' && typeof val.pipe === 'function' && - typeof val.pipe === 'function' && typeof val._read === 'function' && typeof val._readableState === 'object' && typeof val._write === 'function' &&