Skip to content

Commit

Permalink
Update: Remove isBuffer utility (ref #112)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 23, 2016
1 parent 5875bec commit c18c963
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 38 deletions.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -3,7 +3,7 @@ var clone = require('clone');
var cloneStats = require('clone-stats');
var cloneBuffer = require('./lib/cloneBuffer');
var stripTrailingSep = require('./lib/stripTrailingSep');
var isBuffer = require('./lib/isBuffer');
var isBuffer = require('buffer').Buffer.isBuffer;
var isStream = require('is-stream');
var inspectStream = require('./lib/inspectStream');
var normalize = require('./lib/normalize');
Expand Down
1 change: 0 additions & 1 deletion lib/isBuffer.js

This file was deleted.

36 changes: 0 additions & 36 deletions test/is-buffer.js

This file was deleted.

0 comments on commit c18c963

Please sign in to comment.