UNPKG

@builder.io/dev-tools

Version:

Builder.io Visual CMS Devtools

4 lines (3 loc) 295 B
import builtInPrettier from "prettier"; export declare function loadPrettier(absoluteFilePath: string | undefined): typeof builtInPrettier; export declare function prettierFormat(workingDirectory: string, code: string, parser: string | undefined, filePath: string | undefined): Promise<string>;