UNPKG

wordnik-api

Version:

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

37 lines (36 loc) 2.47 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RelationshipType = exports.PartOfSpeech = exports.WordnikAPI = exports.WordOfTheDay = exports.RandomWord = exports.Pronunciation = exports.Phrase = exports.Syllable = exports.Frequency = exports.Example = exports.AudioMetadata = exports.ExampleUse = exports.RelatedWord = exports.Citation = exports.Label = exports.Word = void 0; const tslib_1 = require("tslib"); const AudioMetadata_1 = tslib_1.__importDefault(require("./entity/AudioMetadata")); exports.AudioMetadata = AudioMetadata_1.default; const Citation_1 = tslib_1.__importDefault(require("./entity/Citation")); exports.Citation = Citation_1.default; const Example_1 = tslib_1.__importDefault(require("./entity/Example")); exports.Example = Example_1.default; const ExampleUse_1 = tslib_1.__importDefault(require("./entity/ExampleUse")); exports.ExampleUse = ExampleUse_1.default; const Frequency_1 = tslib_1.__importDefault(require("./entity/Frequency")); exports.Frequency = Frequency_1.default; const Label_1 = tslib_1.__importDefault(require("./entity/Label")); exports.Label = Label_1.default; const Phrase_1 = tslib_1.__importDefault(require("./entity/Phrase")); exports.Phrase = Phrase_1.default; const Pronunciation_1 = tslib_1.__importDefault(require("./entity/Pronunciation")); exports.Pronunciation = Pronunciation_1.default; const RandomWord_1 = tslib_1.__importDefault(require("./entity/RandomWord")); exports.RandomWord = RandomWord_1.default; const RelatedWord_1 = tslib_1.__importDefault(require("./entity/RelatedWord")); exports.RelatedWord = RelatedWord_1.default; const Syllable_1 = tslib_1.__importDefault(require("./entity/Syllable")); exports.Syllable = Syllable_1.default; const Word_1 = tslib_1.__importDefault(require("./entity/Word")); exports.Word = Word_1.default; const WordOfTheDay_1 = tslib_1.__importDefault(require("./entity/WordOfTheDay")); exports.WordOfTheDay = WordOfTheDay_1.default; const PartOfSpeech_1 = require("./struct/PartOfSpeech"); Object.defineProperty(exports, "PartOfSpeech", { enumerable: true, get: function () { return PartOfSpeech_1.PartOfSpeech; } }); const RelationshipType_1 = require("./struct/RelationshipType"); Object.defineProperty(exports, "RelationshipType", { enumerable: true, get: function () { return RelationshipType_1.RelationshipType; } }); const WordnikAPI_1 = tslib_1.__importDefault(require("./WordnikAPI")); exports.WordnikAPI = WordnikAPI_1.default;