UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

11 lines 321 B
export const IndexRangeAccess = { print: ({ node, path, print }) => [ path.call(print, 'base'), '[', node.indexStart ? path.call(print, 'indexStart') : '', ':', node.indexEnd ? path.call(print, 'indexEnd') : '', ']' ] }; //# sourceMappingURL=IndexRangeAccess.js.map