Add _.isArrayBuffer and _.isBuffer.

This commit is contained in:
John-David Dalton
2016-02-04 23:59:38 -08:00
parent 1595651780
commit 4a805ea666
2 changed files with 24 additions and 1 deletions

View File

@@ -23623,7 +23623,7 @@
var acceptFalsey = lodashStable.difference(allMethods, rejectFalsey);
QUnit.test('should accept falsey arguments', function(assert) {
assert.expect(289);
assert.expect(291);
var emptyArrays = lodashStable.map(falsey, alwaysEmptyArray);