mono/packages/bot/commands/common/sanitize-filename.d.ts
2025-08-11 12:25:45 +02:00

11 lines
199 B
TypeScript

import * as CLI from 'yargs';
export declare const register: (cli: CLI.Argv) => CLI.Argv<{
input: string;
} & {
slugify: string;
} & {
debug: string;
} & {
dry: string;
}>;