mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-19 10:46:14 +00:00
4 lines
98 B
TypeScript
4 lines
98 B
TypeScript
|
|
import { tool as jsonPrettify } from './prettify/meta';
|
||
|
|
|
||
|
|
export const jsonTools = [jsonPrettify];
|