MCPcopy
hub / github.com/lodash/lodash / resolve

Function resolve

test/test.js:18661–18663  ·  test/test.js::resolve
(range)

Source from the content-addressed store, hash-verified

18659 isRange = methodName == class="st">'range';
18660
18661 function resolve(range) {
18662 return isRange ? range : range.reverse();
18663 }
18664
18665 QUnit.test(class="st">'`_.' + methodName + class="st">'` should infer the sign of `step` when only `end` is given', function(assert) {
18666 assert.expect(2);

Callers 1

test.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected