UNPKG

sindri

Version:

The Sindri Labs JavaScript SDK and CLI tool.

10 lines (7 loc) 179 B
#! /usr/bin/env node import { Command } from '@commander-js/extra-typings'; declare const program: Command<[], { debug: boolean; quiet: boolean; }>; export { program };