UNPKG

@ocap/util

Version:

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

5 lines (4 loc) 163 B
//#region src/create-sorted-list.ts const createSortedList = (list) => [...new Set(list.flat())].filter(Boolean).sort(); //#endregion export { createSortedList };