UNPKG

@cocalc/project

Version:
8 lines (7 loc) 204 B
interface ParserOptions { parser?: string; tabWidth?: number; lineWidth?: number; } export declare function r_format(input: string, _: ParserOptions, logger: any): Promise<string>; export {};