UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

3 lines (2 loc) 218 B
import { NotionApiPageFetcher } from '../../infra/use-cases/to-notion-api-content-responses/notion-api-page-fetcher'; export declare const createNotionApiPageFetcher: (pageId: string) => Promise<NotionApiPageFetcher>;