word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 689 B
JSON
{
"term": "nope",
"partOfSpeech": "exclamation",
"definitions": [
{
"senseNumber": null,
"definition": "used to say ‘no’",
"examples": [
{
"text": "‘Have you seen my pen?’ ‘Nope.’"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/nəʊp/",
"audio": "no/nope/nope__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/nəʊp/",
"audio": "no/nope/nope__us_1.mp3"
}
]
},
"wordOrigin": null
}