feat: json pretty

This commit is contained in:
Ibrahima G. Coulibaly
2025-02-27 13:03:42 +00:00
parent f855d33928
commit 18c305ac9b
8 changed files with 398 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
import { tool as jsonPrettify } from './prettify/meta';
export const jsonTools = [jsonPrettify];