UNPKG

cross-tools

Version:

Cross-platform fundamental tools for developers

7 lines (6 loc) 173 B
import { Command } from '@oclif/command'; declare class Check extends Command { run(): Promise<void>; getListeningPortsData(): Promise<any>; } export default Check;