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

wikiSearchQuery

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

Returns the url address to be used as the source to obtain the information

const wikiSearchQuery = await wiki.wikiSearchQuery( { language: "en", srsearch: "hello world", srlimit: 5 } );
function wikiSearchQuery(options?): string;
§
wikiSearchQuery(options?): string
[src]

§Parameters

§
options? optional
[src]

§Return Type

§
string
[src]