UNPKG

notion-page-tree

Version:

Recursively fetch nested Notion pages from the root page/database/block node.

23 lines (22 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.blocksWithoutChildren = void 0; exports.blocksWithoutChildren = [ 'heading_1', 'heading_2', 'heading_3', 'code', 'embed', 'image', 'video', 'file', 'pdf', 'bookmark', 'equation', 'divider', 'table_of_contents', 'breadcrumb', 'link_preview', 'link_to_page', 'table_row' ];