Variable configConst

config: Config & {
    setConfig: ((config) => void);
} = ...

Type declaration

  • setConfig: ((config) => void)
      • (config): void
      • Parameters

        Returns void

Generated using TypeDoc