File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/array/fixed-endian-factory/benchmark Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121// MODULES //
2222
2323var bench = require ( '@stdlib/bench' ) ;
24- var isBoolean = require ( '@stdlib/assert/is-boolean' ) ;
24+ var isBoolean = require ( '@stdlib/assert/is-boolean' ) . isPrimitive ;
2525var pkg = require ( './../package.json' ) . name ;
2626var factory = require ( './../lib' ) ;
2727
Original file line number Diff line number Diff line change 2323var bench = require ( '@stdlib/bench' ) ;
2424var pow = require ( '@stdlib/math/base/special/pow' ) ;
2525var zeroTo = require ( '@stdlib/array/zero-to' ) ;
26- var isBoolean = require ( '@stdlib/assert/is-boolean' ) ;
26+ var isBoolean = require ( '@stdlib/assert/is-boolean' ) . isPrimitive ;
2727var pkg = require ( './../package.json' ) . name ;
2828var factory = require ( './../lib' ) ;
2929
@@ -39,7 +39,7 @@ var Float64ArrayFE = factory( 'float64' );
3939* Predicate function.
4040*
4141* @private
42- * @param {boolean } value - array element
42+ * @param {number } value - array element
4343* @param {NonNegativeInteger } idx - array element index
4444* @param {TypedArray } arr - array instance
4545* @returns {boolean } boolean indicating whether a value passes a test
You can’t perform that action at this time.
0 commit comments