UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var notion_api_to_html_1 = require("./main/use-cases/notion-api-to-html"); exports.default = notion_api_to_html_1.NotionPageToHtml; module.exports = notion_api_to_html_1.NotionPageToHtml; //# sourceMappingURL=index.js.map