UNPKG

@sodacore/cli

Version:

Sodacore CLI is a plugin that offers CLI functionality within the framework.

14 lines 388 B
import type { IConfigConnectionItem } from './types'; export default class Application { private connection; private exitHandler; private socket; private commands; constructor(connection: IConfigConnectionItem); init(): Promise<string | undefined>; private connect; private onOpen; private handle; private write; } //# sourceMappingURL=app.d.ts.map