@mindconnect/mindconnect-nodejs
Version:
NodeJS Library for MindSphere Connectivity - TypeScript SDK for MindSphere - MindSphere Command Line Interface - MindSphere Development Proxy
9 lines (8 loc) • 324 B
TypeScript
import { Command } from "commander";
import { MindConnectAgent } from "../..";
declare const _default: (program: Command) => void;
export default _default;
export declare function getMindConnectAgent(assetid: any, options: any, spinner: any, color: Function): Promise<{
assetid: any;
uploader: MindConnectAgent;
}>;