UNPKG

@cocalc/project

Version:
6 lines (5 loc) 164 B
interface ParserOptions { parser: string; } export declare function xml_format(input: string, options: ParserOptions, logger: any): Promise<string>; export {};