randomize case tool, testCases and updated index file

This commit is contained in:
Chesterkxng
2024-07-10 17:56:56 +00:00
parent 2bb8158aa3
commit c48b2853b6
5 changed files with 79 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
import { tool as stringRandomizeCase } from './randomize-case/meta';
import { tool as stringUppercase } from './uppercase/meta';
import { tool as stringExtractSubstring } from './extract-substring/meta';
import { tool as stringCreatePalindrome } from './create-palindrome/meta';