export const unique = (array: T[]): T[] => Array.from(new Set(array));