🧲Get

search(query: string, { 
    lang?: "html" | "css" | "js", // Default: js
    trad?: "fr" // Default: en-US
    skip?: false // Default: false (Skip the cache and request directly to the documentation)
}): Promise<string>

Last updated