UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 201 B
import { Validation } from '../../../protocols/validation'; export declare class UrlValidator implements Validation<[string]> { validate(url: string): Error | null; private isNotionPargeUrl; }