UNPKG

prettier-plugin-solidity

Version:

A Prettier Plugin for automatically formatting your Solidity code.

6 lines (4 loc) 183 B
import type { Doc, doc } from 'prettier'; export function isLabel(document: Doc): document is doc.builders.Label { return (document as doc.builders.DocCommand).type === 'label'; }