@regele/devtools
Version:
A collection of developer utilities for code processing and text analysis
20 lines (19 loc) • 416 B
TypeScript
import { Command } from 'commander';
/**
* Create the beautify command
*
* @returns Command instance
*/
export declare function createBeautifyCommand(): Command;
/**
* Create the clean command
*
* @returns Command instance
*/
export declare function createCleanCommand(): Command;
/**
* Create the analyze command
*
* @returns Command instance
*/
export declare function createAnalyzeCommand(): Command;