UNPKG

@salesforce/plugin-release-management

Version:
9 lines (8 loc) 207 B
type Options = { jsonEnabled: boolean; jitPlugin?: string[]; executable: string; manifestPath?: string; }; export declare function testJITInstall(options: Options): Promise<void>; export {};