UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

7 lines (6 loc) 240 B
export declare const SANDBOX_PATH: string; export declare function getSandboxPath({ filename, specname, }: { filename: string; specname?: string; }): string; export declare function resetSandbox(sandboxPath: string): Promise<void>;