UNPKG

notion-page-tree

Version:

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

3 lines (2 loc) 185 B
import { DotenvParseOutput } from 'dotenv'; export declare const appendToDotEnv: (envFilePath: string, newEnv: DotenvParseOutput, env?: DotenvParseOutput | undefined) => Promise<void>;