Socialify

Folder ..

Viewing conjunction.ts
64 lines (64 loc) • 824.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
export default [
  'after',
  'after all',
  'although',
  'and',
  'as',
  'as a result',
  'as if',
  'as long as',
  'as much as',
  'as soon as',
  'as though',
  'because',
  'before',
  'but',
  'consequently',
  'even',
  'even if',
  'even though',
  'finally',
  'for',
  'for example',
  'furthermore',
  'hence',
  'however',
  'if',
  'if only',
  'if then',
  'if when',
  'in addition',
  'in fact',
  'in order that',
  'inasmuch',
  'incidentally',
  'indeed',
  'instead',
  'just as',
  'lest',
  'likewise',
  'meanwhile',
  'nor',
  'now',
  'now since',
  'now that',
  'now when',
  'once',
  'or',
  'provided',
  'provided that',
  'rather than',
  'since',
  'so',
  'so that',
  'supposing',
  'that',
  'though',
  'until',
  'whenever',
  'whereas',
  'wherever',
  'which',
  'who',
  'yet',
];