UNPKG

askeroo

Version:

A modern CLI prompt library with flow control, history navigation, and conditional prompts

9 lines 389 B
#!/usr/bin/env node export declare function addMessage(message: string): void; interface MessageBoardOptions { label: string; maxMessages?: number; } export declare const messageBoard: (opts?: import("../src/types/index.js").PluginOptionsWithBuiltins<MessageBoardOptions, void> | undefined) => Promise<void>; export {}; //# sourceMappingURL=custom-plugin-with-core-imports.d.ts.map