UNPKG

wordnik-api

Version:

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

9 lines (8 loc) 184 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ExampleUse { constructor(text) { this.text = text; } } exports.default = ExampleUse;