UNPKG

@ocap/util

Version:

utils shared across multiple forge js libs, works in both node.js and browser

4 lines (3 loc) 156 B
import uniq from 'lodash/uniq'; import flatten from 'lodash/flatten'; export const createSortedList = (list) => uniq(flatten(list)).filter(Boolean).sort();