UNPKG

word-vault

Version:

A lightweight JavaScript package for English word definitions and collections.

4 lines (3 loc) 145 B
import type { IOxford } from "../../types"; export declare function findWord(id: string): IOxford | null; //# sourceMappingURL=findWord.d.ts.map