word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
31 lines (30 loc) • 671 B
JSON
{
"term": "yep",
"partOfSpeech": "exclamation",
"definitions": [
{
"senseNumber": null,
"definition": "used to say ‘yes’",
"examples": [
{
"text": "‘Are you ready?’ ‘Yep.’"
}
]
}
],
"pronunciations": {
"uk": [
{
"pronunciation": "/jep/",
"audio": "ye/yep/yep__gb_1.mp3"
}
],
"us": [
{
"pronunciation": "/jep/",
"audio": "ye/yep/yep__us_1.mp3"
}
]
},
"wordOrigin": null
}