UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

7 lines (6 loc) 233 B
import { ToHtml } from '../../../../../../domain/use-cases/to-html'; export declare class StrikeThroughDecorationToHtml implements ToHtml { private readonly _text; constructor(text: string); convert(): Promise<string>; }