UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

6 lines (5 loc) 195 B
import type { IOxfordPronunciations } from "../../types"; export declare function getPronunciations( id: string, ): IOxfordPronunciations | null; //# sourceMappingURL=getPronunciations.d.ts.map