palindrome tool, testCases then updated index file

This commit is contained in:
Chesterkxng
2024-07-10 00:39:26 +00:00
parent b94181a7dd
commit 2855efd8c7
5 changed files with 132 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import { tool as stringPalindrome } from './palindrome/meta';
import { tool as stringToMorse } from './to-morse/meta';
import { tool as stringSplit } from './split/meta';
import { tool as stringJoin } from './join/meta';