UNPKG

139 BTypeScriptView Raw
1import * as ts from "typescript";
2export declare function format(fileName: string, text: string, options?: ts.FormatCodeSettings): string;