export type { TGetJSONFromStrArgs, TGetJSONFromStrReturn } from "./getJSONFromStr/index.d.mts";
export type { TIsJSONArgs, TIsJSONReturn } from "./isJSON/index.d.mts";
export { getJSONFromStr } from "./getJSONFromStr/index.d.mts";
export { isJSON } from "./isJSON/index.d.mts";
