index.js 85 B

123
  1. export function puke(obj) {
  2. return <pre>{JSON.stringify(obj, null, " ")}</pre>;
  3. }