Functions
Const load
- load<ConfigOut>(directoryPath: string, options?: Partial<Options<ConfigOut>> & LoadOptions): Promise<undefined | ConfigOut>
-
Type parameters
-
ConfigOut: Record<string, unknown> = Record<string, unknown>
Parameters
Returns Promise<undefined | ConfigOut>
Convenient instanceless wrapper around Confyglot.load. For repeated usage with the same options, prefer to create a Confyglot instance.