README
Phrase object with palindrome detector
This is am exercise in creating and using npm modules with TDD.
Palindrome detector
<script type="module">
import armoPalindrome from 'https://cdn.skypack.dev/armo-palindrome';
</script>
Phrase object with palindrome detector
This is am exercise in creating and using npm modules with TDD.