UNPKG

@fangcha/backend-kit

Version:
7 lines (6 loc) 172 B
import { AppProtocol } from '../basic'; export declare class FangchaApp { protocol: AppProtocol; constructor(protocol: AppProtocol); launch(): Promise<void>; }