UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

11 lines (10 loc) 350 B
import { type Theme } from '@inquirer/core'; import type { PartialDeep } from '@inquirer/type'; type ConfirmConfig = { message: string; default?: boolean; transformer?: (value: boolean) => string; theme?: PartialDeep<Theme>; }; declare const _default: import("@inquirer/type").Prompt<boolean, ConfirmConfig>; export default _default;