UNPKG

wordnik-api

Version:

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

10 lines (9 loc) 217 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class Frequency { constructor(year, count) { this.year = year; this.count = count; } } exports.default = Frequency;