UNPKG

@payfit/unity-components

Version:

9 lines (8 loc) 202 B
//#region src/components/select-list/utils/partition.ts function e(e, t) { let n = [], r = []; for (let i of e) t(i) ? n.push(i) : r.push(i); return [n, r]; } //#endregion export { e as partition };