UNPKG
@jomari-wp/linkedin-jobs-scraper
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Scrape public available jobs on Linkedin using headless browser
@jomari-wp/linkedin-jobs-scraper
/
build
/
scraper
/
states.js
10 lines
(9 loc)
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
states
=
void
0
;
const
states = {
notInitialized
:
"notInitialized"
,
initializing
:
"initializing"
,
initialized
:
"initialized"
, };
exports
.
states
= states;