UNPKG

mume-with-litvis

Version:

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

6 lines (5 loc) 173 B
/** * A wrapper of wavedrom CLI * https://github.com/wavedrom/cli */ export declare function render(wavedromCode: string, projectDirectoryPath: string): Promise<string>;