UNPKG

psrworld

Version:

A TypeScript-powered project scaffolding tool with dual CommonJS/ESM build support

3 lines 226 B
import type { SelectedOptions } from '../types'; export declare function executeCustomCommand(command: string, targetDir: string, selectedOptions?: SelectedOptions | null): Promise<void>; //# sourceMappingURL=commands.d.ts.map