UNPKG

notion-page-tree

Version:

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

3 lines (2 loc) 195 B
export declare const convertNotionId2: (id: string, convertTo: 'plain' | 'dashed') => string | false; export declare const convertNotionId: (id: string, convertTo: 'plain' | 'dashed') => string;