UNPKG

wordnik-api

Version:

Community API for https://wordnik.com with types

14 lines (13 loc) 416 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class RandomWord { constructor(canonicalForm, id, originalWord, suggestions, vulgar, word) { this.canonicalForm = canonicalForm; this.id = id; this.originalWord = originalWord; this.suggestions = suggestions; this.vulgar = vulgar; this.word = word; } } exports.default = RandomWord;