UNPKG

notion-page-tree

Version:

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

3 lines (2 loc) 89 B
declare const fsExists: (pathLike: string) => Promise<boolean>; export default fsExists;