UNPKG

@orchestrator-ui/orchestrator-ui-components

Version:

Library of UI Components used to display the workflow orchestrator frontend

4 lines (3 loc) 125 B
export const onlyUnique = (value: string, index: number, array: string[]) => { return array.indexOf(value) === index; };