UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

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