extract substring tool, testCases then updated index file

This commit is contained in:
Chesterkxng
2024-07-10 16:17:56 +00:00
parent b309921d89
commit eda771f38c
5 changed files with 118 additions and 0 deletions

View File

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