UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

8 lines 239 B
export const AssemblyCase = { print: ({ node, path, print }) => [ node.default ? 'default' : ['case ', path.call(print, 'value')], ' ', path.call(print, 'block') ] }; //# sourceMappingURL=AssemblyCase.js.map