UNPKG

go-cqhttp

Version:
15 lines (14 loc) 419 B
/// <reference types="node" /> import { SpawnOptions } from 'child_process'; declare function gocq(options?: gocq.Options): import("child_process").ChildProcess; declare namespace gocq { interface Options extends SpawnOptions { faststart?: boolean; } const version = "v1.1.0"; const runId: number; const basename: string; const binary: string; const backup: string; } export = gocq;