UNPKG

wordnik-api

Version:

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

6 lines (5 loc) 136 B
export default class Frequency { readonly year: string; readonly count: number; constructor(year: string, count: number); }