UNPKG
yoastseo-dep
Version:
latest (1.91.2-A)
1.91.2
1.91.2-A
Yoast clientside page analysis
github.com/Yoast/
Yoast/wordpress-seo
yoastseo-dep
/
src
/
languageProcessing
/
languages
/
nl
/
config
/
internal
/
passiveVoiceAuxiliaries.js
14 lines
(12 loc)
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Returns a list with auxiliaries for the Dutch passive voice assessment. * @returns {Array} The list with auxiliaries. */
export
default
[
"word"
,
"wordt"
,
"worden"
,
"werd"
,
"werden"
,
"wordend"
, ];