UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

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