UNPKG

@tensorify.io/cli

Version:

Official CLI for Tensorify.io - Build, test, and deploy machine learning plugins

7 lines 193 B
import { Command } from "commander"; /** * Publish command implementation */ export declare const publishCommand: Command; export default publishCommand; //# sourceMappingURL=publish.d.ts.map