Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

getSuggestion

import { getSuggestion } from "https://raw.githubusercontent.com/el3um4s/DenoWiki/master/mod.ts";

Returns the suggested term related to the searched term

function getSuggestion(wikiJSON: WikiSearch_Query): string;
§
getSuggestion(wikiJSON: WikiSearch_Query): string
[src]

§Parameters

§Return Type

§
string
[src]