(text)
| 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) |
no outgoing calls
no test coverage detected