UNPKG

@flxbl-io/sfp

Version:

sfp is a CLI tool to help you manage your Salesforce projects in an artifact centric model

3 lines (2 loc) 137 B
import { ChildProcess } from 'child_process'; export declare function onExit(childProcess: ChildProcess, message?: string): Promise<{}>;