UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

5 lines (4 loc) 197 B
import { HttpGetClient, HttpResponse } from '../../../data/protocols/http-request'; export declare class NodeHttpGetClient implements HttpGetClient { get(url: string): Promise<HttpResponse>; }