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

Function toNormalizedTitle

scripts/augment-en.js:69–71  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

67 }
68
69 function toNormalizedTitle(text) {
70 return changeCase.pascalCase(text).replaceAll(' ', '')
71 }
72
73 function generateFullIdentityKeywords(inEmojilib, platforms) {
74 const inEmojipedia = getKeywordsForEmojipediaEntry(platforms.emojipedia).map(toNormalizedText)

Callers 1

generateAllEmojiKeywordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected