export const stringify = (obj: any) => JSON.stringify(obj, null, 2);