UNPKG

wordnik-api

Version:

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

11 lines (10 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Syllable { constructor(text, seq, type) { this.text = text; this.seq = seq; this.type = type; } } exports.default = Syllable;