File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 * @param {any } input2 A value/object to compare against input1.
55 * @param {boolean } [deep=true] Set this operand to false to disable traversal and nested comparisons.
66 */
7- export default function testDiff ( input1 :any | object | Array < any > , input2 :any | object | Array < any > , deep :boolean ) :boolean ;
7+ export default function testDiff ( input1 :any | object | Array < any > , input2 :any | object | Array < any > , deep ? :boolean ) :boolean ;
Original file line number Diff line number Diff line change 44 * @param {any } input2 A value/object to compare against input1.
55 * @param {boolean } [deep=true] Set this operand to false to disable traversal and nested comparisons.
66 */
7- export default function testDiff ( input1 :any | object | Array < any > , input2 :any | object | Array < any > , deep :boolean ) :boolean ;
7+ export default function testDiff ( input1 :any | object | Array < any > , input2 :any | object | Array < any > , deep ? :boolean ) :boolean ;
You can’t perform that action at this time.
0 commit comments