UNPKG

repo-tools

Version:

Useful commands to work with remote repositories

16 lines (13 loc) 314 B
#!/usr/bin/env node import * as yargs from 'yargs'; declare const tools: yargs.Argv<{}>; declare const _default: { [x: string]: unknown; _: (string | number)[]; $0: string; } | Promise<{ [x: string]: unknown; _: (string | number)[]; $0: string; }>; export { _default as default, tools };