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

hasSuggestion

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

TRUE if there are suggested searches related to the searched term

function hasSuggestion(wikiJSON: WikiSearch_Query): boolean;
§
hasSuggestion(wikiJSON: WikiSearch_Query): boolean
[src]

§Parameters

§Return Type

§
boolean
[src]