elearning/Frontend-Learner/node_modules/@bomb.sh/tab/dist/commander.d.ts

7 lines
212 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
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 };