UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

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