UNPKG

tg-commander

Version:

<p align="center"><img src="https://github.com/stone-jin/tg-commander/raw/master/assets/logo.png" alt="tg-commander logo" width="150px" height="150px"></p>

12 lines (11 loc) 320 B
#!/usr/bin/env node import { HelloService } from "./hello"; export declare class HelloCommand { private helloService; type: string; target: string; constructor(helloService: HelloService); hello(cmd: any, env: any): void; createModule(module: any): void; newProduct(product: string): void; }