From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/gulp-util/lib/isBuffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/gulp-util/lib/isBuffer.js') diff --git a/node_modules/gulp-util/lib/isBuffer.js b/node_modules/gulp-util/lib/isBuffer.js index 7c52f78c9..0e23782c4 100644 --- a/node_modules/gulp-util/lib/isBuffer.js +++ b/node_modules/gulp-util/lib/isBuffer.js @@ -4,4 +4,4 @@ var Buffer = buf.Buffer; // could use Buffer.isBuffer but this is the same exact thing... module.exports = function(o) { return typeof o === 'object' && o instanceof Buffer; -}; +}; \ No newline at end of file -- cgit v1.2.3