UNPKG

typescript-formatter

Version:
3 lines (2 loc) 139 B
import * as ts from "typescript"; export declare function format(fileName: string, text: string, options?: ts.FormatCodeSettings): string;