An exercise for NPM packages.
- If the word ends with "on", then the two letters of the word are remove.
- If the word begins with the letter "a", it will be add "aa" at the end.
- If the word has more than ten letters, slice and join with -.
- If the original word is a palindrome. Use Capitalize and lower Case.
import lang from 'lang'