UNPKG

micro-ordinals

Version:

Manage ordinals, inscriptions and runes using scure-btc-signer

11 lines 449 B
#!/usr/bin/env node type Opts = Record<string, string>; export declare function splitArgs(args: string[]): { args: string[]; opts: Opts; }; type InputValidate = (input: string) => boolean | string | Promise<boolean | string>; export declare const select: (message: string, choices: string[]) => Promise<any>; export declare function input(message: string, validate?: InputValidate): Promise<any>; export {}; //# sourceMappingURL=cli.d.ts.map