UNPKG
@rijk/conjunctions
Version:
latest (1.0.0)
1.0.0
An array of (popular) conjunctions
github.com/rijkvanzanten/conjunctions
rijkvanzanten/conjunctions
@rijk/conjunctions
/
index.js
6 lines
(5 loc)
•
238 B
JavaScript
View Raw
1
2
3
4
5
6
module.exports
= [
'and'
,
'that'
,
'but'
,
'or'
,
'as'
,
'if'
,
'when'
,
'than'
,
'because'
,
'while'
,
'where'
,
'after'
,
'so'
,
'though'
,
'since'
,
'until'
,
'whether'
,
'before'
,
'although'
,
'nor'
,
'like'
,
'once'
,
'unless'
,
'now'
,
'except'
]
;