unique.d.ts 68 Bytes Raw Blame History Permalink 1 2 declare function unique<T>(array: T[]): T[]; export default unique;