UNPKG
@lapidist/cv-generator
Version:
latest (2.8.4)
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.0
2.6.1
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
1.9.13
1.9.12
1.9.11
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.1
1.9.0
1.8.2
1.8.1
1.8.0
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
Lapidist cv-generator
github.com/bylapidist/cv-generator
bylapidist/cv-generator
@lapidist/cv-generator
/
dist
/
es5
/
copy.d.ts
19 lines
(18 loc)
•
342 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
declare const _default: { SKILLS: { title: string; }
[]
; STACK: { title: string; skills: string[]; }
[]
; EXPERIENCES: { title: string; company: string; location: string;
from
: string;
to
: string; bullets: string[]; }
[]
; }; export default _default;