UNPKG

chdman

Version:

💿 chdman binaries and wrapper for Node.js.

11 lines (10 loc) • 287 B
import { ChdmanRunOptions } from './chdmanBin.js'; export interface HelpOptions extends ChdmanRunOptions { } declare const _default: { /** * Returns the chdman help message. */ help(options?: HelpOptions, attempt?: number): Promise<string>; }; export default _default;