UNPKG

wordnik-api

Version:

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

7 lines (6 loc) 196 B
export default class Syllable { readonly text: string; readonly seq: number; readonly type: string | undefined; constructor(text: string, seq: number, type: string | undefined); }