@launchmenu/applet-dictionary
Version:
An applet to find dictionary definitions
11 lines • 510 B
TypeScript
import { Wiktionary } from "../Wiktionary";
import { INode } from "../_types/INode";
import { IWordTypeDefinition } from "../_types/IWordTypeDefinition";
/**
* Retrieves the definitions from a definition html node
* @param node The node to get the definitions from
* @param wiktionary The wiktionary instance to use for synonyms
* @returns The definitions
*/
export declare function getDefinitions(node: INode, wiki: Wiktionary): IWordTypeDefinition;
//# sourceMappingURL=getDefinitions.d.ts.map