UNPKG

@posthog/nextjs-config

Version:

NextJS configuration helper for Posthog 🦔

4 lines (3 loc) • 282 B
export declare function resolveBinaryPath(envPath: string, cwd: string, binName: string): string; export declare const buildLocalBinaryPaths: (cwd: string) => string[]; export declare function callPosthogCli(args: string[], env: NodeJS.ProcessEnv, verbose: boolean): Promise<void>;