UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 161 B
export declare class FormatFilter { private readonly _format; constructor(format: Record<string, any> | undefined); filter(): Record<string, any>; }