2015-09-15 06:12:46 +01:00

8 lines
106 B
JavaScript

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