UNPKG

niledatabase

Version:

Command line interface for Nile databases

6 lines (5 loc) 220 B
import { Command } from 'commander'; import { GlobalOptions } from '../lib/globalOptions'; type GetOptions = () => GlobalOptions; export declare function createConnectCommand(getOptions: GetOptions): Command; export {};