Type alias EnvironmentExtender

EnvironmentExtender: ((env: RuntimeEnv) => void)

Type declaration

    • (env: RuntimeEnv): void
    • A function that receives a RuntimeEnv and modify its properties or add new ones.

      Parameters

      Returns void

Generated using TypeDoc