mirror of
https://github.com/trekhleb/javascript-algorithms.git
synced 2025-12-08 19:06:00 +00:00
Testing Codecov integration without web-hooks.
This commit is contained in:
parent
8a24fbfac9
commit
6d2d8c9379
@ -1,5 +1,6 @@
|
|||||||
export default class Comparator {
|
export default class Comparator {
|
||||||
/**
|
/**
|
||||||
|
* Constructor.
|
||||||
* @param {function(a: *, b: *)} [compareFunction] - It may be custom compare function that, let's
|
* @param {function(a: *, b: *)} [compareFunction] - It may be custom compare function that, let's
|
||||||
* say may compare custom objects together.
|
* say may compare custom objects together.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user