1export default function inspect(value) { 2 return JSON.stringify(value, null, 2); 3} 4 5export { inspect };