UNPKG

408 BTypeScriptView Raw
1/// <reference types="node" />
2import "source-map-support/register";
3import { Pathway, PathwayStarter, PvjsonEntitiesById } from "../gpml2pvjson";
4export declare const RECURSION_LIMIT = 1000;
5export declare function toPvjson(inputStreamWithMessedUpRDFIDs: NodeJS.ReadableStream, pathwayIri?: string): Highland.Stream<Error | {
6 pathway: Pathway | PathwayStarter;
7 entitiesById: PvjsonEntitiesById;
8}>;