MCPcopy
hub / github.com/muan/emojilib / toUniqueSortedArray

Function toUniqueSortedArray

scripts/augment-en.js:52–56  ·  view source on GitHub ↗
(values)

Source from the content-addressed store, hash-verified

50 }
51
52 function toUniqueSortedArray(values) {
53 return Array.from(new Set(values))
54 .filter(value => !ignoredValues.has(value))
55 .sort()
56 }
57
58 function toNormalizedText(text = '') {
59 return text

Callers 3

toPartialKeywordsFunction · 0.85
generateRelationKeywordsFunction · 0.85
generateMissingKeywordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected