word-snatchers-cli-is-he-living-or-is-he-dead-by-twain-words-plugin
Version:
Words from 'Is he living or is he dead' by M. Twain - word-snatchers-cli plugin
73 lines (71 loc) • 2.25 kB
JavaScript
class WordSnatchersCliIsHeLivingOrIsHeDeadByTwainWordsPlugin {
build() {
return [
{
word: "sunshine",
definition: "The light and heat that come from the sun",
},
{
word: "fuss",
definition:
"A show of anger, worry, or excitement that is unnecessary or greater than the situation deserves",
},
{
word: "detail",
definition: "A single piece of information or fact about something",
},
{
word: "silk",
definition:
"A delicate, soft type of cloth made from a thread produced by silkworms, or the thread itself",
},
{
word: "manufacturer",
definition: "A company that produces goods in large numbers",
},
{
word: "interest",
definition:
"The feeling of wanting to give your attention to something or of wanting to be involved with and to discover more about something",
},
{
word: "breakfast",
definition: "A meal eaten in the morning as the first meal of the day",
},
{
word: "bird",
definition: "A creature with feathers and wings, usually able to fly",
},
{
word: "hunger",
definition: "The feeling you have when you need to eat",
},
{ word: "thirst", definition: "A need for something to drink" },
{
word: "lamentation",
definition:
"Sadness and feeling sorry, or something that expresses these feelings",
},
{
word: "pomp",
definition:
"Impressive and colourful ceremonies, especially traditional ceremonies on public occasions",
},
{
word: "parlour",
definition:
"A room in a private house used for relaxing, especially one that was kept tidy for entertaining guests",
},
{
word: "history",
definition:
"Past events considered together, especially events of a particular period, country, or subject",
},
{
word: "artist",
definition: "Someone who paints, draws, or makes sculptures",
},
];
}
}
export default WordSnatchersCliIsHeLivingOrIsHeDeadByTwainWordsPlugin;