UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

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