UNPKG

@selenite/commons

Version:

This typescript package provides a set of frequently used utilities, types and svelte actions for building projects with Typescript and Svelte.

4 lines (3 loc) 89 B
export function sortedByIndex(a) { return a.toSorted((a, b) => a.index - b.index); }