Files
directus/packages/format-title/src/conjunctions.ts
2020-10-14 12:15:25 -04:00

28 lines
256 B
TypeScript

export default [
'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',
];