File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
* @param {any } input2 A value/object to compare against input1.
5
5
* @param {boolean } [deep=true] Set this operand to false to disable traversal and nested comparisons.
6
6
*/
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 4
4
* @param {any } input2 A value/object to compare against input1.
5
5
* @param {boolean } [deep=true] Set this operand to false to disable traversal and nested comparisons.
6
6
*/
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