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

searchForWatchList

import { searchForWatchList } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";

search for watch list

watch listと銘打っているが、実際には参加していないpublic projectならどれでも検索できる

参加しているprojectのidは指定しても無視されるだけ

const searchForWatchList: (
query: string,
projectIds: string[],
init?: BaseOptions,
) => Promise<Result<ProjectSearchResult, NotLoggedInError | NoQueryError>>
;