UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

4 lines 134 B
export const BooleanLiteral = { print: ({ node }) => (node.value ? 'true' : 'false') }; //# sourceMappingURL=BooleanLiteral.js.map