UNPKG

resumefy

Version:

A simple toolkit to bring your JSON Resume to life

7 lines (6 loc) 241 B
/** * Validate a resume JSON file. * @param resumeFile The path to the resume JSON file * @returns Promise resolving with a boolean whether resume JSON is valid */ export declare const validate: (resumeFile: string) => Promise<boolean>;