word-vault
Version:
A lightweight JavaScript package for English word definitions and collections.
9 lines (8 loc) • 324 B
JavaScript
export * from "./findCard.js";
export * from "./getCardDefinitions.js";
export * from "./getCardExamples.js";
export * from "./getCardPronunciation.js";
export * from "./getCardPronunciationAudio.js";
export * from "./getCardPronunciations.js";
export * from "./getCardVerbForms.js";
export * from "./getCardWordOrigin.js";