UNPKG

@intlayer/config

Version:

Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.

4 lines 274 B
import type { Context } from 'vm'; import { type LoadEnvFileOptions } from './envVariables/loadEnvFile'; export declare const getSandBoxContext: (envVarOptions?: LoadEnvFileOptions, projectRequire?: NodeJS.Require) => Context; //# sourceMappingURL=getSandboxContext.d.ts.map