conjunctions.js 112 B

1234567891011
  1. module.exports = [
  2. 'as'
  3. , 'because'
  4. , 'for'
  5. , 'and'
  6. , 'nor'
  7. , 'but'
  8. , 'or'
  9. , 'yet'
  10. , 'so'
  11. ]