UNPKG

clipanion

Version:

Type-safe CLI library / framework with no runtime dependencies

4 lines (3 loc) 220 B
import { BaseContext } from '../advanced/Cli'; export declare function getDefaultColorDepth(): number; export declare function getCaptureActivator(context: BaseContext): (<T>(fn: () => Promise<T>) => Promise<T>) | null;