UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

4 lines (3 loc) 114 B
export const TypeDefinition = { print: ({ node }) => ['type ', node.name, ' is ', node.definition.name, ';'] };