reverse tool, testCases then updated index file

This commit is contained in:
Chesterkxng
2024-07-11 00:01:59 +00:00
parent c48b2853b6
commit 0064476c51
5 changed files with 108 additions and 0 deletions

View File

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