rot13 tool, testCases then updated index file

This commit is contained in:
Chesterkxng
2024-07-12 00:09:21 +00:00
parent 350061d79e
commit a83af6a82e
5 changed files with 90 additions and 0 deletions

View File

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