UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

7 lines 377 B
import type { IOxfordPronunciation, IOxfordPronunciationRegion } from "../../types/index.js"; export interface ICardPronunciationRequest { id: string; region: IOxfordPronunciationRegion; } export declare function getCardPronunciation({ id, region, }: ICardPronunciationRequest): Promise<IOxfordPronunciation[] | null>; //# sourceMappingURL=getCardPronunciation.d.ts.map