UNPKG

@thecodingwhale/cv-processor

Version:

CV Processor to extract structured data from PDF resumes using TypeScript

5 lines (4 loc) 105 B
declare const transformCredits: (input: any) => { resume: unknown[]; }; export { transformCredits };