UNPKG

codespan-wasm

Version:

WebAssembly bindings for the Rust codespan-reporting crate

11 lines (10 loc) 276 B
/* tslint:disable */ /* eslint-disable */ /** * @param {any} files * @param {any} diagnostic * @param {any} config * @param {boolean} color_choice * @returns {string} */ export function emit_diagnostic(files: any, diagnostic: any, config: any, color_choice: boolean): string;