UNPKG
resumefy
Version:
latest (1.6.0)
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
A simple toolkit to bring your JSON Resume to life
tmjssz/resumefy
resumefy
/
dist
/
validate
/
index.d.ts
7 lines
(6 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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
>;