UNPKG

prettier-plugin-apex

Version:

Salesforce Apex plugin for Prettier

4 lines (3 loc) 266 B
import { ChildProcess } from "child_process"; export declare function start(host: string, port: number, password: string, allowedOrigins?: string): Promise<ChildProcess>; export declare function stop(host: string, port: number, password: string): Promise<Response>;