7 lines
No EOL
212 B
TypeScript
7 lines
No EOL
212 B
TypeScript
import { l as RootCommand } from "./t-Cao2EVMz.js";
|
|
import { Command } from "commander";
|
|
|
|
//#region src/commander.d.ts
|
|
declare function tab(instance: Command): RootCommand;
|
|
//#endregion
|
|
export { tab as default }; |