UNPKG

@udus/notion-renderer

Version:
4 lines 361 B
import { type ParserOptions, type FetchOptions, type ArticleData } from "@extractus/article-extractor"; import type { Result } from "../../types/utils.js"; export declare const fetchSiteMeta: (url: string, parserOptions?: ParserOptions | undefined, fetchOptions?: FetchOptions | undefined) => Promise<Result<ArticleData>>; //# sourceMappingURL=sitemeta.d.ts.map