8 lines
118 B
JavaScript

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