UNPKG

backport

Version:

A CLI tool that automates the process of backporting commits

5 lines (4 loc) 208 B
import { type Ora } from 'ora'; export declare const oraNonInteractiveMode: Ora; export declare function ora(interactive: boolean | undefined, text?: string | undefined): Ora; export { type Ora } from 'ora';