UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

10 lines (8 loc) 240 B
import type { Comment, StrictAstNode } from '../../slang-nodes/types.d.ts'; interface HandlerParams { text: string; precedingNode?: StrictAstNode; enclosingNode?: StrictAstNode; followingNode?: StrictAstNode; comment: Comment; }