UNPKG

prettier-plugin-curly

Version:

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

6 lines (3 loc) • 231 B
import * as babel from '@babel/types'; type CollectibleNode = babel.DoWhileStatement | babel.ForInStatement | babel.ForOfStatement | babel.ForStatement | babel.IfStatement | babel.WhileStatement; export type { CollectibleNode };