UNPKG

@startpage/search

Version:

Provides a function to search the web

3 lines (2 loc) 186 B
export declare type SearchEngineName = "deepl" | "duckduckgo" | "ecosia" | "google" | "startpage" | "youtube"; export declare const getEngineUrl: (engine: SearchEngineName) => string;