feat: csv to json

This commit is contained in:
Ibrahima G. Coulibaly
2025-03-09 00:41:59 +00:00
parent 4e1d2468df
commit cf1c0e7e57
10 changed files with 984 additions and 104 deletions

View File

@@ -18,7 +18,8 @@ export type ToolCategory =
| 'number'
| 'gif'
| 'list'
| 'json';
| 'json'
| 'csv';
export interface DefinedTool {
type: ToolCategory;