UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

4 lines (3 loc) 179 B
import type { IOxfordDefinition } from "../../types"; export declare function getDefinitions(id: string): IOxfordDefinition[] | null; //# sourceMappingURL=getDefinitions.d.ts.map