export const Pre = (args) => `
${JSON.stringify(args, null, 2)}
`;