19 lines
255 B
TypeScript
19 lines
255 B
TypeScript
export const Adjectives = [
|
|
'Strict',
|
|
'poor',
|
|
'Old',
|
|
'Hot',
|
|
'Huge',
|
|
'Scared',
|
|
'Large',
|
|
'Tall',
|
|
'Antique',
|
|
'Complete',
|
|
'Offbeat',
|
|
'Selective',
|
|
'Unwilling',
|
|
'Lively',
|
|
'Nebulous',
|
|
'Deranged'
|
|
];
|