UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

3 lines 216 B
import type { IOxfordPronunciations } from "../../types/index.js"; export declare function getCardPronunciations(id: string): Promise<IOxfordPronunciations | null>; //# sourceMappingURL=getCardPronunciations.d.ts.map