UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

3 lines (2 loc) 152 B
import { NotionUrlToPageId } from '../../infra/use-cases/to-page-id'; export declare const createNotionUrlToPageId: (url: string) => NotionUrlToPageId;