UNPKG

prettier-plugin-curly

Version:

Prettier plugin to enforce consistent brace style for all control statements. 🥌

8 lines (5 loc) • 231 B
import { AstPath } from 'prettier'; import { CollectibleNode } from './types.js'; import '@babel/types'; declare function modifyNodeIfMissingBrackets(path: AstPath<CollectibleNode>): void; export { modifyNodeIfMissingBrackets };