mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 14:22:27 +00:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import type { CommandModule } from "yargs"
|
|
|
|
export function cmd<T, U>(input: CommandModule<T, U>) {
|
|
return input
|
|
}
|