mirror of
https://github.com/directus/directus.git
synced 2026-01-30 06:18:09 -05:00
28 lines
256 B
TypeScript
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',
|
|
];
|