12345678910111213141516171819202122232425262728293031323334353637383940414243 |
-
- module.exports = [
- 'a',
- 'an',
- 'and',
- 'as',
- 'at',
- 'but',
- 'by',
- 'en',
- 'for',
- 'from',
- 'how',
- 'if',
- 'in',
- 'neither',
- 'nor',
- 'of',
- 'on',
- 'only',
- 'onto',
- 'out',
- 'or',
- 'per',
- 'so',
- 'than',
- 'that',
- 'the',
- 'to',
- 'until',
- 'up',
- 'upon',
- 'v',
- 'v.',
- 'versus',
- 'vs',
- 'vs.',
- 'via',
- 'when',
- 'with',
- 'without',
- 'yet'
- ]
|