UNPKG

next

Version:

The React Framework

6 lines (5 loc) 172 B
import type { Env } from '@next/env'; export declare function createEnvDefinitions({ distDir, env, }: { distDir: string; env: Env; }): Promise<string | undefined>;