Skip to content

@purista/core v2.0.5


PURISTA API / @purista/core / ConfigGetterFunction

Type Alias: ConfigGetterFunction()

ConfigGetterFunction: <ConfigNames>(...configNames) => Promise<ObjectWithKeysFromStringArray<ConfigNames>>

Defined in: packages/core/src/core/ConfigStore/types/ConfigGetterFunction.ts:4

get a config value from the config store

Type Parameters

ConfigNames extends string[]

Parameters

configNames

...ConfigNames

Returns

Promise<ObjectWithKeysFromStringArray<ConfigNames>>