UNPKG

probot

Version:

A framework for building GitHub Apps to automate and improve your workflow

6 lines (5 loc) 209 B
import type { Options as PinoOptions } from "@probot/pino"; import type { Options } from "../types.js"; export declare function readCliOptions(args: string[]): Options & PinoOptions & { args: string[]; };