Interface DaemonFactory

interface DaemonFactory {
    spawn(options): Promise<Daemon>;
}

Methods

Methods