UNPKG

geneea-nlp-client

Version:

The TypeScript Client for Geneea Interpretor G3 API.

4 lines (3 loc) 185 B
import { Analysis } from "../model"; /** Writes the Analysis to a JSON object in a format as returned by Geneea G3 API. */ export declare function writeToJson(analysis: Analysis): any;