UNPKG
@assisthq/tagging-utils
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
@assisthq/tagging-utils
/
lib
/
sortMentions.ts
4 lines
(2 loc)
•
104 B
text/typescript
View Raw
1
2
3
4
import
{ sortWith, prop, ascend } from
"ramda"
;
export
default
sortWith
([ascend(prop(
"startindex"
))])
;