5 lines
126 B
TypeScript

declare module Wavedrom {
export function renderWaveDrom(id: number, json: any, style: any): string;
}
export = Wavedrom;