UNPKG

notion-page-tree

Version:

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

13 lines (12 loc) 509 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stderr = exports.stdout = void 0; var os_1 = require("os"); var stdout = function (message) { process.stdout.write("".concat(os_1.EOL, "[notion-page-tree] ").concat(message).concat(os_1.EOL).concat(os_1.EOL)); }; exports.stdout = stdout; var stderr = function (message) { process.stderr.write("".concat(os_1.EOL, "[notion-page-tree] ").concat(message).concat(os_1.EOL).concat(os_1.EOL)); }; exports.stderr = stderr;