UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

4 lines (2 loc) 104 B
declare function haveSameElement<T1, T2>(arr1: T1[], arr2: T2[]): boolean; export { haveSameElement };