UNPKG

sinotron

Version:

Simple framework for Typescript Electron projects

9 lines (8 loc) 230 B
import { Command } from 'commander'; export interface ApiCommandOpts { } export declare class ApiCommand { static readonly name: string; static readonly description: string; static init(app: Command): Promise<void>; }