index file groups all utils functions for comfort usage

This commit is contained in:
Vladimir Khvan 2023-01-20 20:41:39 +05:00
parent 32948dba92
commit 58734e2a43

View File

@ -0,0 +1,2 @@
export { isJSON } from "./isJSON";
export { beautifyJSON } from "./beautifyJSON";