UNPKG

@assisthq/tagging-utils

Version:

4 lines (2 loc) 104 B
import { sortWith, prop, ascend } from "ramda"; export default sortWith([ascend(prop("startindex"))]);