Package: @effect/cli
Module: ConfigFile
fileName must be a static application-defined value and must not be derived
from untrusted input.
Signature
declare const makeProvider: (fileName: string, options?: { readonly formats?: ReadonlyArray<Kind>; readonly searchPaths?: ReadonlyArray<string>; } | undefined) => Effect<ConfigProvider, ConfigFileError, Path | FileSystem>
Since v2.0.0