We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a24fbf commit 6d2d8c9Copy full SHA for 6d2d8c9
src/utils/comparator/Comparator.js
@@ -1,5 +1,6 @@
1
export default class Comparator {
2
/**
3
+ * Constructor.
4
* @param {function(a: *, b: *)} [compareFunction] - It may be custom compare function that, let's
5
* say may compare custom objects together.
6
*/
0 commit comments