UNPKG

mume-with-litvis

Version:

Fork of mume with added http://litvis.org/

6 lines (5 loc) 154 B
export default class PlantUMLServerTask { private serverURL; constructor(serverURL: string); generateSVG(content: string): Promise<string>; }