UNPKG

@ultipa-graph/ultipa-node-sdk

Version:

NodeJS SDK for ultipa-server 4.0

4 lines (3 loc) 168 B
import { ULTIPA } from '../types'; export declare function getPathsPrintInfo(paths: ULTIPA.Paths): any[]; export declare function printPath(d?: ULTIPA.DataItem): void;