UNPKG

crystalline

Version:

A modern utility library with a strong emphasis on readability. Make your code crystal clear.

9 lines (8 loc) 229 B
declare const findItemsIn: (arr1: any[]) => { notContainedIn: (arr2: any[]) => any[]; containedIn: (arr2: any[]) => any[]; and: (arr2: any[]) => { thatAreUnique: () => any[]; }; }; export { findItemsIn };