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

exportPages

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

projectの全ページをエクスポートする

const exportPages: <withMetadata extends true | false>(project: string, init: ExportInit<withMetadata>) => Promise<Result<ExportedData<withMetadata>, NotFoundError | NotPrivilegeError | NotLoggedInError>>;