create palindrome tool, testCases and undated index file

This commit is contained in:
Chesterkxng
2024-07-10 14:34:17 +00:00
parent 7a7bf06b28
commit b309921d89
5 changed files with 126 additions and 0 deletions

View File

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