UNPKG

@thecodingwhale/cv-processor

Version:

CV Processor to extract structured data from PDF resumes using TypeScript

7 lines (6 loc) 220 B
import { Command } from 'commander'; /** * Register the create-csv command with the CLI program * @param program Commander program instance */ export default function registerCreateCsvCommand(program: Command): void;