UNPKG

autoforce

Version:

Developer Automation tool for Github / Gitlab and Salesforce projects.

4 lines (3 loc) 198 B
import type { ConfigArguments } from "./types/auto.js"; export default function main(): Promise<true | undefined>; export declare function getConfigFromArgs(processArgs: string[]): ConfigArguments;