@kosko/envFunctionscreateNodeCJSEnvironmentpubliccreateNodeCJSEnvironment CallablecreateNodeCJSEnvironment(options?: NodeEnvironmentOptions): EnvironmentReturns a new Environment which loads environment variables using Node.js's require() function.Parametersoptions: NodeEnvironmentOptions = {}Returns Environment
Returns a new Environment which loads environment variables using Node.js's
require()
function.