* Creates a duplicate-value-free version of an array using strict equality * for comparisons, i.e. `===`. If the array is sorted, providing * `true` for `isSorted` will use a faster algorithm. If a callback is provided * each element of `array` is passed through the callback before un
(array, isSorted, callback, thisArg)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected