Infinity for WebNPM packages@pexip/peer-connectionfunctionscompareArrayOn this pagecompareArrayfunction compareArray<T>( list1, list2, predicate): boolean; Compare 2 Array and using the provided predicate to compare Type Parameters Type ParameterT Parameters ParameterTypelist1undefined | T[]list2undefined | T[]predicate(a, b) => boolean Returns boolean