Libcurl doesn't include types

This commit is contained in:
MotorTruck1221 2024-10-02 19:30:58 -06:00
parent 22b0c1ebf9
commit 88b24b55e6
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -44,6 +44,7 @@ const t = useTranslations(lang);
import { initSw, setTransport } from "@utils/registerSW.ts"; //../../utils/registerSW.ts
import { WispServerURLS, SearchEngines, Settings, cloak } from "@utils/settings";
import { search } from "@utils/search.ts"; //../../utils/search.ts
//@ts-expect-error No types, expected. See: https://github.com/ading2210/libcurl.js for docs on how to use.
import { libcurl } from "libcurl.js-new/bundled";
type Suggestion = {
phrase: string