UNPKG

@ultipa-graph/ultipa-node-sdk

Version:

NodeJS SDK for ultipa-server 4.0

6 lines (5 loc) 215 B
import { ULTIPA } from '../types'; export declare function getEdgesPrintInfo(edges?: ULTIPA.EdgeTable, option?: { onlyRows: boolean; }): any; export declare function printEdge(dataItem?: ULTIPA.DataItem): void;