Press n or j to go to the next uncovered block, b, p or k for the previous block.
const TypeDefinition = { print: ({ node }) => ['type ', node.name, ' is ', node.definition.name, ';'] }; module.exports = TypeDefinition;