import { Projector } from './types'; export default function distinct(items: TL[], selector?: Projector): TL[];