14 lines
325 B
TypeScript
14 lines
325 B
TypeScript
export const sayings = [
|
|
'hot off the press',
|
|
'straight from the oven',
|
|
"straight from the horse's mouth",
|
|
'brand spanking new',
|
|
'fresh as a daisy',
|
|
'straight out of the box',
|
|
'straight off the assembly line',
|
|
'hot out of the kitchen',
|
|
'just minted',
|
|
'freshly brewed',
|
|
'just off the production line'
|
|
];
|