2015-06-15 16:36:34 +01:00

8 lines
146 B
JavaScript

export default function ({ Plugin, types: t }) {
return new Plugin("NAME", {
visitor: {
// your visitor methods go here
}
});
}