UNPKG

prettier-plugin-curly

Version:

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

7 lines (4 loc) • 181 B
import { CollectibleNode } from './types.mjs'; import '@babel/types'; declare function reprintAst(code: string, collectedNodes: CollectibleNode[]): string; export { reprintAst };