export default function ({ types: t }) { return { visitor: { // your visitor methods go here } }; }