Libcurl doesn't include types
This commit is contained in:
parent
22b0c1ebf9
commit
88b24b55e6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue