UNPKG

@cocalc/project

Version:
8 lines (7 loc) 199 B
interface ParserOptions { parser: string; tabWidth?: number; useTabs?: boolean; } export declare function latex_format(input: string, options: ParserOptions): Promise<string>; export {};